Skip to content

Commit 56d38bc

Browse files
committed
chore: Update examples in README to use actions/checkout@v3
1 parent a930cc9 commit 56d38bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Basic:
1010

1111
```yaml
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: mpi4py/setup-mpi@v1
1515
- run: mpicc helloworld.c -o helloworld
1616
- run: mpiexec -n 2 ./helloworld
@@ -28,7 +28,7 @@ jobs:
2828
name: ${{ matrix.mpi }} example
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
- name: Setup MPI
3333
uses: mpi4py/setup-mpi@v1
3434
with:

0 commit comments

Comments
 (0)