Skip to content

Commit dcac381

Browse files
Merge pull request #1859 from renovate-bot/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents f957be7 + 7254041 commit dcac381

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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
55+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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)