Skip to content

Commit a66fa9d

Browse files
ci(github-action)!: Update actions/cache action (v4 → v5)
| datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v4 | v5 |
1 parent 603aa3d commit a66fa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
2323

2424
- name: Cache uv dependencies
25-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
25+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2626
with:
2727
path: .venv
2828
key: ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml') }}

0 commit comments

Comments
 (0)