We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c8a80 commit b439c3fCopy full SHA for b439c3f
.github/workflows/python-publish.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
- name: Install uv
18
uses: astral-sh/setup-uv@v7
19
with:
.github/workflows/tests.yaml
@@ -18,7 +18,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
20
21
22
23
24
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments