We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfb46f commit bd7e9fdCopy full SHA for bd7e9fd
2 files changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v6
12
- - uses: astral-sh/setup-uv@v3
+ - uses: astral-sh/setup-uv@v7
13
- uses: actions/setup-python@v6
14
with:
15
python-version: "3.13"
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
id-token: write
29
30
31
32
33
34
0 commit comments