Skip to content

Commit 9bdc3f7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
26+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2727
with:
2828
path: ${{ env.PRE_COMMIT_HOME }}
2929
key: ${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml','.python-version') }}

0 commit comments

Comments
 (0)