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 3db225b + e8595b2 commit 3490bdbCopy full SHA for 3490bdb
.github/workflows/continuous-integration.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo 127.0.0.1 `hostname` | sudo tee -a /etc/hosts > /dev/null
39
40
- name: Checkout
41
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
42
43
- name: Setup MPI (${{ matrix.mpi }})
44
uses: mpi4py/setup-mpi@v1
@@ -95,7 +95,7 @@ jobs:
95
steps:
96
97
98
99
100
- name: Use Python ${{ matrix.py }}
101
uses: actions/setup-python@v4
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- name: Setup Python
23
0 commit comments