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 00b2885 + e1bb4a5 commit a719fddCopy full SHA for a719fdd
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
numpy-version: "1.26"
24
25
steps:
26
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
27
28
- name: Set up Python ${{ matrix.python-version }}
29
uses: actions/setup-python@v6
.github/workflows/cibuildwheels.yml
@@ -60,7 +60,7 @@ jobs:
60
artifact_name: "macos-universal2"
61
62
- name: Checkout repo
63
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
64
65
- name: Set up Python
66
.github/workflows/wasm.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments