We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f957be7 + 7254041 commit dcac381Copy full SHA for dcac381
.github/workflows/operator.yml
@@ -52,7 +52,7 @@ jobs:
52
echo "ImageVersion=${ImageVersion}" >> $GITHUB_ENV
53
54
- name: Enable cache for pre-commit hooks
55
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
56
with:
57
path: ~/.cache/pre-commit
58
key: pre-commit|${{ env.ImageOS }}|${{ env.ImageVersion }}|${{ env.PYHASH }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments