We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf7b1b9 + 3a58bee commit 17b379aCopy full SHA for 17b379a
1 file changed
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
filter: tree:0
39
- name: Export `CI_CACHE_ID` from container
40
run: echo "CI_CACHE_ID=$(cat /.ci_cache_id)" >> $GITHUB_ENV
41
- - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
42
with:
43
path: ~/.cache/pre-commit
44
key: "${{ env.CI_CACHE_ID }}|\
0 commit comments