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 4ba7c46 commit 9935082Copy full SHA for 9935082
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
19
- name: Set up Python
20
uses: astral-sh/setup-uv@v6
.github/workflows/python-test.yml
@@ -20,7 +20,7 @@ jobs:
python-version: ["3.11", "3.12"]
21
22
23
24
25
26
0 commit comments