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 19
19
build :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
node-version : 20.x
45
45
matrix :
46
46
target : [built, committed]
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
- if : matrix.target == 'built' || github.event_name == 'pull_request'
50
50
uses : actions/download-artifact@v5
51
51
with :
73
73
needs : [test]
74
74
runs-on : ubuntu-latest
75
75
steps :
76
- - uses : actions/checkout@v4
76
+ - uses : actions/checkout@v5
77
77
- uses : actions/download-artifact@v5
78
78
with :
79
79
name : dist
Original file line number Diff line number Diff line change 11
11
PAYLOAD_CONTEXT : ${{ toJson(github.event.client_payload) }}
12
12
run : echo "$PAYLOAD_CONTEXT"
13
13
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
if : github.event.client_payload.ref != ''
16
16
with :
17
17
ref : ${{ github.event.client_payload.ref }}
Original file line number Diff line number Diff line change 17
17
tag :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
token : ${{ secrets.ACTIONS_BOT_TOKEN }}
23
23
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments