Skip to content

Commit

Permalink
chore: Update examples in README to use actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Aug 28, 2022
1 parent a930cc9 commit 56d38bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Basic:

```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: mpi4py/setup-mpi@v1
- run: mpicc helloworld.c -o helloworld
- run: mpiexec -n 2 ./helloworld
Expand All @@ -28,7 +28,7 @@ jobs:
name: ${{ matrix.mpi }} example
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup MPI
uses: mpi4py/setup-mpi@v1
with:
Expand Down

0 comments on commit 56d38bc

Please sign in to comment.