Skip to content

Commit ee661d3

Browse files
chore(deps): update actions/cache action to v5.0.5
1 parent 8d39f56 commit ee661d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737
- name: Export `CI_CACHE_ID` from container
3838
run: echo "CI_CACHE_ID=$(cat /.ci_cache_id)" >> $GITHUB_ENV
39-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
39+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4040
with:
4141
path: ~/.cache/pre-commit
4242
key: "${{ env.CI_CACHE_ID }}|\

0 commit comments

Comments
 (0)