We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d4153 commit e779ab4Copy full SHA for e779ab4
.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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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