File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Use Node.js 20
1919 uses : actions/setup-node@v4
2020 with :
Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Set up Node.js 20
2626 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 77 run-action :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Run CPython Patch PR Action
1212 uses : ./
1313 with :
Original file line number Diff line number Diff line change 1515 permissions :
1616 contents : read
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : actions/setup-node@v4
2020 with :
2121 node-version : 20
Original file line number Diff line number Diff line change 3434 echo "track=$TRACK" >> "$GITHUB_OUTPUT"
3535 echo "branch=$BRANCH" >> "$GITHUB_OUTPUT"
3636 echo "automerge=$AUTOMERGE" >> "$GITHUB_OUTPUT"
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 if : steps.check.outputs.configured == 'true'
3939 - uses : actions/setup-node@v4
4040 if : steps.check.outputs.configured == 'true'
5151 run : npm run bundle
5252 - name : Checkout sandbox repository
5353 if : steps.check.outputs.configured == 'true'
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 repository : ${{ env.SANDBOX_REPO }}
5757 ref : ${{ steps.check.outputs.branch }}
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
You can’t perform that action at this time.
0 commit comments