File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 if : github.event_name != 'pull_request' || github.event.pull_request.draft == false
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0
2929 - uses : moonrepo/setup-toolchain@v0
Original file line number Diff line number Diff line change 2424 timeout-minutes : 10
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828
2929 - name : Setup toolchain
3030 uses : moonrepo/setup-toolchain@v0
Original file line number Diff line number Diff line change 3636 runs-on : ${{ matrix.os }}
3737
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v6
4040 with :
4141 ref : ${{ github.event.release.tag_name || inputs.tag }}
4242
Original file line number Diff line number Diff line change 3232 app-id : ${{ secrets.GH_APP_APP_ID }}
3333 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
3434 - name : Checkout code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v6
3636 with :
3737 token : ${{ steps.generate_token.outputs.token }}
3838 - uses : moonrepo/setup-toolchain@v0
6363 if : needs.check.outputs.workflow == 'pull-request'
6464 steps :
6565 - name : Checkout code
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v6
6767 - uses : moonrepo/setup-toolchain@v0
6868 with :
6969 auto-install : true
@@ -101,7 +101,7 @@ jobs:
101101 app-id : ${{ secrets.GH_APP_APP_ID }}
102102 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
103103 - name : Checkout code
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v6
105105 with :
106106 token : ${{ steps.generate_token.outputs.token }}
107107 - uses : moonrepo/setup-toolchain@v0
Original file line number Diff line number Diff line change 2121 if : github.event.pull_request.draft == false
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727
@@ -161,7 +161,7 @@ jobs:
161161 if : github.event.pull_request.draft == false
162162 steps :
163163 - name : Checkout code
164- uses : actions/checkout@v4
164+ uses : actions/checkout@v6
165165 with :
166166 fetch-depth : 0
167167
Original file line number Diff line number Diff line change 2626 with :
2727 app-id : ${{ secrets.GH_APP_APP_ID }}
2828 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 with :
3131 token : ${{ steps.generate_token.outputs.token }}
3232 fetch-depth : 1
Original file line number Diff line number Diff line change 2525 with :
2626 app-id : ${{ secrets.GH_APP_APP_ID }}
2727 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 with :
3030 token : ${{ steps.generate_token.outputs.token }}
3131 fetch-depth : 1
You can’t perform that action at this time.
0 commit comments