Skip to content

Commit ecc10a5

Browse files
chore(deps): update actions/cache action to v5
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.3.0 | v5.0.3 |
1 parent a599190 commit ecc10a5

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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4545
with:
4646
path: ~/.cache/pre-commit
4747
key: pre-commit|${{ env.PYTHON_VERSION }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)