Skip to content

Commit 3d842a1

Browse files
CI: Update to checkout action v4 in aio job
Co-authored-by: Alex-Welsh <[email protected]>
1 parent 4c67cf3 commit 3d842a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
# If testing upgrade, checkout previous release, otherwise checkout current branch
8989
- name: Checkout ${{ inputs.upgrade && 'previous release' || 'current' }} config
90-
uses: actions/checkout@v3
90+
uses: actions/checkout@v4
9191
with:
9292
ref: ${{ inputs.upgrade && env.PREVIOUS_BRANCH || github.ref }}
9393
submodules: true
@@ -287,7 +287,7 @@ jobs:
287287
if: inputs.upgrade
288288

289289
- name: Checkout current release config
290-
uses: actions/checkout@v3
290+
uses: actions/checkout@v4
291291
with:
292292
submodules: true
293293
clean: false

0 commit comments

Comments
 (0)