Skip to content

Commit

Permalink
CI: Update actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Apr 11, 2023
1 parent ec0ecc2 commit 087b944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install system packages
run: |
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Cache MPI
id: cache-mpi
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{github.workspace}}/mpi
key: ${{runner.os}}-${{matrix.mpi}}-${{matrix.shared}}-v2
Expand Down

0 comments on commit 087b944

Please sign in to comment.