We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cc020 commit 908bcc8Copy full SHA for 908bcc8
.github/workflows/awstest.yml
@@ -16,7 +16,7 @@ jobs:
16
# check out the PR branch
17
# we run tests against the code in the PR branch
18
# ---------------------------
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
with:
21
ref: ${{github.event.pull_request.head.ref}}
22
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -27,7 +27,7 @@ jobs:
27
# check out the target branch
28
# all CI scripts that use secrets come from the target branch
29
30
31
32
path: 'target-branch'
33
0 commit comments