Skip to content

Commit c357e68

Browse files
committed
Update actions/cache action to v5.0.4
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent b4d1a84 commit c357e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
55+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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)