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 3f92b92 + 71b3546 commit 62d4b22Copy full SHA for 62d4b22
.github/workflows/health-check.yml
@@ -31,5 +31,5 @@ jobs:
31
- name: Checkout
32
uses: actions/checkout@v5
33
- name: Install the latest version of uv
34
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
35
- run: scripts/check-github-sync
.github/workflows/python.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Set up Python 3.13 (uv)
18
19
with:
20
version: "latest"
21
python-version: "3.13"
0 commit comments