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 d6f0254 commit 964ec16Copy full SHA for 964ec16
.github/workflows/ci.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
- name: Install uv
22
- uses: astral-sh/setup-uv@v1
+ uses: astral-sh/setup-uv@v7
23
24
- name: Ensure Python ${{ matrix.python-version }}
25
run: uv python install ${{ matrix.python-version }}
.github/workflows/docs.yml
@@ -28,10 +28,10 @@ jobs:
28
runs-on: ubuntu-latest
29
30
- name: Checkout
31
32
33
34
35
36
- name: Ensure Python 3.11
37
run: uv python install 3.11
0 commit comments