Skip to content

Commit b77b378

Browse files
⬆️ Update actions/cache action to v5.0.5 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b537779 commit b77b378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
enable-cache: true
2525
- name: 🏗 Set pre-commit cache
26-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
26+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2727
with:
2828
path: ${{ env.PRE_COMMIT_HOME }}
2929
key: ${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml','.python-version') }}

0 commit comments

Comments
 (0)