We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c488f9 commit ba51936Copy full SHA for ba51936
.github/workflows/codeql-analysis.yml
@@ -53,7 +53,7 @@ jobs:
53
54
# astral-sh/setup-uv cannot restore multiple keys
55
- name: Cache uv
56
- uses: actions/cache/restore@v5
+ uses: actions/cache@v5
57
with:
58
path: ~/.cache/uv
59
key: ${{ runner.os }}-codeql-${{ hashFiles('uv.lock') }}
.github/workflows/unit-test.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
key: ${{ runner.os }}-test-${{ hashFiles('uv.lock') }}
0 commit comments