Skip to content

Commit 2913323

Browse files
authored
Merge pull request #489 from camptocamp/15.0-fix-deprecated_GH_actions
[15.0][FIX] pre-commit: fix deprecated GH action
2 parents 00b2662 + db8e64f commit 2913323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v2
1818
- name: Get python version
1919
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
20-
- uses: actions/cache@v1
20+
- uses: actions/cache@v4
2121
with:
2222
path: ~/.cache/pre-commit
2323
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)