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 5c34c82 + 8a4f8b4 commit a309a73Copy full SHA for a309a73
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
lint:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- name: Set up Python
13
uses: actions/setup-python@v6
14
with:
.github/workflows/release.yml
permissions:
id-token: write
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Build package
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- "3.13"
17
18
19
20
21
22
0 commit comments