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.
1 parent d519d71 commit 59a9e9bCopy full SHA for 59a9e9b
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
graphblas-version: ["7.3.0"]
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
26
- name: Conda
27
uses: conda-incubator/setup-miniconda@v2
28
with:
.github/workflows/wheels.yml
@@ -16,7 +16,7 @@ jobs:
16
os: ["ubuntu-latest"]
17
18
19
20
- name: Set up Python
21
uses: actions/setup-python@v4
0 commit comments