File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
# Checkout the pull request branch
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
token : ${{ secrets.REPO_ACCESS_TOKEN }}
15
15
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 10
10
container : cloudposse/build-harness:slim-latest
11
11
steps :
12
12
# Checkout the pull request branch
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
token : ${{ secrets.REPO_ACCESS_TOKEN }}
16
16
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 43
43
GITHUB_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
44
44
45
45
- name : " Checkout code for ChatOps"
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
token : ${{ secrets.REPO_ACCESS_TOKEN }}
49
49
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
120
120
# Checkout the code from GitHub Pull Request
121
121
- name : " Checkout code for ChatOps"
122
- uses : actions/checkout@v3
122
+ uses : actions/checkout@v4
123
123
with :
124
124
token : ${{ secrets.REPO_ACCESS_TOKEN }}
125
125
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
@@ -212,7 +212,7 @@ jobs:
212
212
213
213
# Checkout the code from GitHub Pull Request
214
214
- name : " Checkout code for ChatOps"
215
- uses : actions/checkout@v3
215
+ uses : actions/checkout@v4
216
216
with :
217
217
token : ${{ secrets.REPO_ACCESS_TOKEN }}
218
218
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
@@ -352,7 +352,7 @@ jobs:
352
352
353
353
# Checkout the code from GitHub Pull Request
354
354
- name : " Checkout code for ChatOps"
355
- uses : actions/checkout@v3
355
+ uses : actions/checkout@v4
356
356
with :
357
357
token : ${{ secrets.REPO_ACCESS_TOKEN }}
358
358
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments