We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e23cae + 3de9216 commit ee324c3Copy full SHA for ee324c3
3 files changed
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Check out Git repository
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
with:
25
fetch-depth: 0
26
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
- {python: "3.13", os: "ubuntu-latest"}
- {python: "3.14", os: "ubuntu-latest"}
27
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
28
29
submodules: true
30
.github/workflows/wheels.yml
@@ -37,7 +37,7 @@ jobs:
37
CIBW_ARCHS_LINUX: ${{ matrix.platform.arch }}
38
39
40
41
42
43
0 commit comments