Skip to content

Commit 0caa925

Browse files
committed
Merge branch 'main' into update9.1.0
2 parents fb18dc7 + 045d489 commit 0caa925

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: "3.10"
21-
- uses: pre-commit/[email protected].0
21+
- uses: pre-commit/[email protected].1

.github/workflows/update_graphblas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
shell: bash
4343

4444
- name: Create Pull Request
45-
uses: peter-evans/create-pull-request@v5
45+
uses: peter-evans/create-pull-request@v6
4646
with:
4747
# See documentation: https://github.com/peter-evans/create-pull-request
4848
# Action behavior: https://github.com/peter-evans/create-pull-request#action-behaviour

continuous_integration/environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ dependencies:
1010
- pytest
1111
- pytest-randomly
1212
- coverage
13+
- pycparser

0 commit comments

Comments
 (0)