File tree Expand file tree Collapse file tree 13 files changed +20
-20
lines changed
auto-approve/.github/workflows
auto-assign/.github/workflows
create-pull-request/.github/workflows
repository-dispatch/.github/workflows
slash-command-dispatch/.github/workflows Expand file tree Collapse file tree 13 files changed +20
-20
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 5353 platform : [terraform, opentofu]
5454 steps :
5555 - name : " Checkout code for ChatOps"
56- uses : actions/checkout@v3
56+ uses : actions/checkout@v4
5757 with :
5858 token : ${{ secrets.REPO_ACCESS_TOKEN }}
5959 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Check out code
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v4
1111
1212 - name : Setup nodejs
1313 uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 66 build-and-test :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010
1111 - name : setup node
1212 uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 2222 outputs :
2323 issue-number : ${{ steps.vars.outputs.issue-number }}
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - uses : actions/setup-node@v3
2727 with :
2828 node-version : 16.x
5454 matrix :
5555 target : [built, committed]
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v4
5858 - if : matrix.target == 'built' || github.event_name == 'pull_request'
5959 uses : actions/download-artifact@v3
6060 with :
@@ -113,7 +113,7 @@ jobs:
113113 needs : [test]
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v3
116+ - uses : actions/checkout@v4
117117 - uses : actions/download-artifact@v3
118118 with :
119119 name : dist
Original file line number Diff line number Diff line change 1818 echo "branch=$branch" >> $GITHUB_OUTPUT
1919
2020 # Checkout the branch to test
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 with :
2323 repository : ${{ steps.vars.outputs.repository }}
2424 ref : ${{ steps.vars.outputs.branch }}
Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - uses : actions/setup-node@v3
2424 with :
2525 node-version : 16.x
4646 matrix :
4747 target : [built, committed]
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050 with :
5151 ref : main
5252 - if : matrix.target == 'built' || github.event_name == 'pull_request'
@@ -115,7 +115,7 @@ jobs:
115115 needs : [test]
116116 runs-on : ubuntu-latest
117117 steps :
118- - uses : actions/checkout@v3
118+ - uses : actions/checkout@v4
119119 - uses : actions/download-artifact@v3
120120 with :
121121 name : dist
Original file line number Diff line number Diff line change 66 createPullRequest :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010
1111 - name : Make changes to pull request
1212 run : date +%s > report.txt
Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - uses : actions/setup-node@v3
2424 with :
2525 node-version : 16.x
4545 matrix :
4646 target : [built, committed]
4747 steps :
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
4949 - if : matrix.target == 'built' || github.event_name == 'pull_request'
5050 uses : actions/download-artifact@v3
5151 with :
7373 needs : [test]
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@v3
76+ - uses : actions/checkout@v4
7777 - uses : actions/download-artifact@v3
7878 with :
7979 name : dist
You can’t perform that action at this time.
0 commit comments