We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ffc53 commit 9bdc3f7Copy full SHA for 9bdc3f7
1 file changed
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
enable-cache: true
25
- name: 🏗 Set pre-commit cache
26
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
27
28
path: ${{ env.PRE_COMMIT_HOME }}
29
key: ${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml','.python-version') }}
0 commit comments