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.
2 parents 289f364 + 184d81e commit 9472e19Copy full SHA for 9472e19
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Set up uv
23
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
24
with:
25
enable-cache: true
26
- id: noxenvs-matrix
@@ -94,7 +94,7 @@ jobs:
94
if: runner.os == 'Windows' && startsWith(matrix.noxenv, 'tests')
95
96
97
98
99
100
@@ -117,7 +117,7 @@ jobs:
117
118
fetch-depth: 0
119
120
121
122
123
0 commit comments