File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
timeout-minutes : 25
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
- uses : actions/setup-node@v4
16
16
with :
17
17
node-version : ' 22'
27
27
timeout-minutes : 10
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
- uses : actions/setup-node@v4
32
32
with :
33
33
node-version : ' 22'
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
40
40
- uses : actions/setup-node@v4
41
41
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
timeout-minutes : 25
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
13
13
- uses : actions/setup-node@v4
14
14
with :
You can’t perform that action at this time.
0 commit comments