We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26619a0 + 085faf4 commit 9516fa2Copy full SHA for 9516fa2
3 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v6
20
21
- name: Restore uv/pip caches
22
- uses: actions/cache@v5.0.3
+ uses: actions/cache@v5.0.4
23
with:
24
path: |
25
~/.cache/uv
.github/workflows/codeql.yml
@@ -29,7 +29,7 @@ jobs:
29
python-version: '3.12'
30
31
32
33
34
35
.github/workflows/release-wheels.yml
@@ -31,7 +31,7 @@ jobs:
- name: Cache uv/pip
36
37
0 commit comments