Skip to content

Commit 65f8637

Browse files
ci(github-action): update actions/cache digest (5a3ec84 → 0400d5f) (#12)
1 parent ac6e12c commit 65f8637

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

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

0 commit comments

Comments
 (0)