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 888b615 commit bfa2fdaCopy full SHA for bfa2fda
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v5
18
19
- name: Install uv
20
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
21
with:
22
version: "0.7.*"
23
enable-cache: true
.github/workflows/docs.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0 # to get gh-pages
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@v7
- name: Sync
run: uv sync --group docs
- name: Deploy
0 commit comments