Skip to content

Commit

Permalink
Use latest checkout action version (v4)
Browse files Browse the repository at this point in the history
Use latest checkout action version (v4) to avoid
Node16 related issues

Resolves: #71

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored and maugustosilva committed Feb 13, 2024
1 parent b9cc020 commit 908bcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/awstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# check out the PR branch
# we run tests against the code in the PR branch
# ---------------------------
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand All @@ -27,7 +27,7 @@ jobs:
# check out the target branch
# all CI scripts that use secrets come from the target branch
# ---------------------------
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: 'target-branch'

Expand Down

0 comments on commit 908bcc8

Please sign in to comment.