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 5bb7d42 + c314eb4 commit d6465ddCopy full SHA for d6465dd
.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@v4
+ uses: actions/checkout@v5
24
with:
25
fetch-depth: 0
26
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
- {python: "3.12", os: "ubuntu-latest"}
- {python: "3.13", os: "ubuntu-latest"}
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
28
submodules: true
29
.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