Skip to content

Commit

Permalink
github action: update actions/checkout from @V3 to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Mar 21, 2024
1 parent 2f1bf37 commit 3b814f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache_async_vol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up dependencies
run: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logvol_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up dependencies
run: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mpich_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up dependencies
run: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnetcdf_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up dependencies
run: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_ompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up dependencies
run: |
set -x
Expand Down

0 comments on commit 3b814f7

Please sign in to comment.