We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9ac46 commit 1d2850eCopy full SHA for 1d2850e
1 file changed
.github/workflows/pre-commit.yml
@@ -28,7 +28,7 @@ jobs:
28
if: inputs.commands
29
run: ${{ inputs.commands }}
30
- name: Cache pre-commit environments
31
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
32
with:
33
path: '~/.cache/pre-commit'
34
key: pre-commit-${{ steps.python-setup.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments