Skip to content

Commit ba51936

Browse files
committed
Cache test & lint dependencies in CI
1 parent 1c488f9 commit ba51936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# astral-sh/setup-uv cannot restore multiple keys
5555
- name: Cache uv
56-
uses: actions/cache/restore@v5
56+
uses: actions/cache@v5
5757
with:
5858
path: ~/.cache/uv
5959
key: ${{ runner.os }}-codeql-${{ hashFiles('uv.lock') }}

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# astral-sh/setup-uv cannot restore multiple keys
5050
- name: Cache uv
51-
uses: actions/cache/restore@v5
51+
uses: actions/cache@v5
5252
with:
5353
path: ~/.cache/uv
5454
key: ${{ runner.os }}-test-${{ hashFiles('uv.lock') }}

0 commit comments

Comments
 (0)