We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d39f56 commit ee661d3Copy full SHA for ee661d3
1 file changed
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
persist-credentials: false
37
- name: Export `CI_CACHE_ID` from container
38
run: echo "CI_CACHE_ID=$(cat /.ci_cache_id)" >> $GITHUB_ENV
39
- - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
40
with:
41
path: ~/.cache/pre-commit
42
key: "${{ env.CI_CACHE_ID }}|\
0 commit comments