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 252d62d commit 9e40703Copy full SHA for 9e40703
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ${{ matrix.os }}
33
steps:
34
- name: Checkout
35
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
36
- name: Get history and tags for SCM versioning to work
37
run: |
38
git fetch --prune --unshallow
@@ -42,7 +42,7 @@ jobs:
42
with:
43
mpi: ${{ matrix.mpi }}
44
- name: Set up Python ${{ matrix.python-version }}
45
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
46
47
python-version: ${{ matrix.python-version }}
48
- name: Installing Dependencies
0 commit comments