[FIX] pre-commit: fix deprecated GH action

This commit is contained in:
SilvioC2C
2025-05-07 17:03:52 +02:00
parent 00b26621a2
commit db8e64f85a
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}