Skip to content

Commit

Permalink
update actions/checkout to v3 to suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
landreman committed Jul 13, 2023
1 parent f112fe6 commit 273f665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
which mpiexec
cmake --version
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# If we want submodules downloaded, uncomment the next 2 lines:
#with:
# submodules: true
Expand Down

0 comments on commit 273f665

Please sign in to comment.