File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-node@v4
2424 with :
2525 node-version : 20.x
4545 matrix :
4646 target : [built, committed]
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - if : matrix.target == 'built' || github.event_name == 'pull_request'
5050 uses : actions/download-artifact@v5
5151 with :
7373 needs : [test]
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v5
7777 - uses : actions/download-artifact@v5
7878 with :
7979 name : dist
Original file line number Diff line number Diff line change 1111 PAYLOAD_CONTEXT : ${{ toJson(github.event.client_payload) }}
1212 run : echo "$PAYLOAD_CONTEXT"
1313
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 if : github.event.client_payload.ref != ''
1616 with :
1717 ref : ${{ github.event.client_payload.ref }}
Original file line number Diff line number Diff line change 1717 tag :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 token : ${{ secrets.ACTIONS_BOT_TOKEN }}
2323 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments