Skip to content

Commit

Permalink
Using checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinte committed May 17, 2024
1 parent 0e55eb8 commit 4bd2fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
OPENMP: ${{ matrix.openmp }}

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

- run: git config --global --add safe.directory $PWD

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
MCFOST_INSTALL: /usr/local
OPENMP: yes
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: restore binary artifact
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
if: ${{ github.event_name == 'release' }}

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

- name: restore binary artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4bd2fee

Please sign in to comment.