Skip to content

Commit e779ab4

Browse files
committed
Update actions/cache action to v5.0.5
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent 51d4153 commit e779ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "ImageVersion=${ImageVersion}" >> $GITHUB_ENV
5353
5454
- name: Enable cache for pre-commit hooks
55-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
55+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5656
with:
5757
path: ~/.cache/pre-commit
5858
key: pre-commit|${{ env.ImageOS }}|${{ env.ImageVersion }}|${{ env.PYHASH }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)