Skip to content

Commit ff8b138

Browse files
ci(github-action): update actions/cache digest (0400d5f → 0057852) (#21)
1 parent 6b9259c commit ff8b138

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@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6
2323

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

0 commit comments

Comments
 (0)