Skip to content

Commit e644f5e

Browse files
authored
Update README.md
Use `actions/checkout@v4` in examples
1 parent f23ecd0 commit e644f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Basic:
1010

1111
```yaml
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
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@v3
31+
uses: actions/checkout@v4
3232
- name: Setup MPI
3333
uses: mpi4py/setup-mpi@v1
3434
with:

0 commit comments

Comments
 (0)