We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b537779 commit b77b378Copy full SHA for b77b378
.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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
27
28
path: ${{ env.PRE_COMMIT_HOME }}
29
key: ${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml','.python-version') }}
0 commit comments