Skip to content

Commit 8bab199

Browse files
chore(deps): update actions/cache action to v5
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.3.0 | v5.0.1 |
1 parent 015071c commit 8bab199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Sync packages
4242
run: uv sync --all-extras
4343

44-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
44+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4545
with:
4646
path: ~/.cache/pre-commit
4747
key: pre-commit|${{ env.PYTHON_VERSION }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)