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 5f82d95 commit 8264402Copy full SHA for 8264402
3 files changed
.github/workflows/lint-and-fmt.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: astral-sh/setup-uv@v6
29
30
- name: Install python
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
with:
33
python-version: ${{ matrix.python-version }}
34
architecture: ${{ matrix.architecture }}
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
python-version: '3.x'
23
.github/workflows/unit-test.yml
@@ -23,7 +23,7 @@ jobs:
24
25
26
27
0 commit comments