Skip to content

Commit 908bcc8

Browse files
sarroutbimaugustosilva
authored andcommitted
Use latest checkout action version (v4)
Use latest checkout action version (v4) to avoid Node16 related issues Resolves: #71 Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent b9cc020 commit 908bcc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/awstest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# check out the PR branch
1717
# we run tests against the code in the PR branch
1818
# ---------------------------
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
ref: ${{github.event.pull_request.head.ref}}
2222
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -27,7 +27,7 @@ jobs:
2727
# check out the target branch
2828
# all CI scripts that use secrets come from the target branch
2929
# ---------------------------
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
path: 'target-branch'
3333

0 commit comments

Comments
 (0)