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 99 runs-on : ubuntu-latest
1010 steps :
1111 # Checkout the pull request branch
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 with :
1414 token : ${{ secrets.REPO_ACCESS_TOKEN }}
1515 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 1010 container : cloudposse/build-harness:slim-latest
1111 steps :
1212 # Checkout the pull request branch
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 with :
1515 token : ${{ secrets.REPO_ACCESS_TOKEN }}
1616 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 4343 GITHUB_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
4444
4545 - name : " Checkout code for ChatOps"
46- uses : actions/checkout@v3
46+ uses : actions/checkout@v4
4747 with :
4848 token : ${{ secrets.REPO_ACCESS_TOKEN }}
4949 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:
119119
120120 # Checkout the code from GitHub Pull Request
121121 - name : " Checkout code for ChatOps"
122- uses : actions/checkout@v3
122+ uses : actions/checkout@v4
123123 with :
124124 token : ${{ secrets.REPO_ACCESS_TOKEN }}
125125 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
@@ -212,7 +212,7 @@ jobs:
212212
213213 # Checkout the code from GitHub Pull Request
214214 - name : " Checkout code for ChatOps"
215- uses : actions/checkout@v3
215+ uses : actions/checkout@v4
216216 with :
217217 token : ${{ secrets.REPO_ACCESS_TOKEN }}
218218 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
@@ -352,7 +352,7 @@ jobs:
352352
353353 # Checkout the code from GitHub Pull Request
354354 - name : " Checkout code for ChatOps"
355- uses : actions/checkout@v3
355+ uses : actions/checkout@v4
356356 with :
357357 token : ${{ secrets.REPO_ACCESS_TOKEN }}
358358 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments