We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3569b8 commit c231ca0Copy full SHA for c231ca0
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
name: pre-commit-hooks
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- uses: actions/setup-python@v4
19
with:
20
python-version: "3.10"
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
graphblas-version: ["8.0.2"]
23
24
- name: Checkout
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
27
fetch-depth: 0
28
- name: Conda
.github/workflows/wheels.yml
@@ -16,7 +16,7 @@ jobs:
name: Build SDist
21
@@ -75,7 +75,7 @@ jobs:
75
cibw_archs: "arm64"
76
77
78
79
80
81
0 commit comments