File tree Expand file tree Collapse file tree 5 files changed +578
-456
lines changed Expand file tree Collapse file tree 5 files changed +578
-456
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Setup Node.js environment
20
- uses : actions/setup-node@v4
20
+ uses : actions/setup-node@v5
21
21
with :
22
22
node-version : 22.x
23
23
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
if : startsWith(github.ref, 'refs/tags/v')
23
23
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
with :
27
27
fetch-depth : 0
28
28
29
29
- name : Setup Node.js environment
30
- uses : actions/setup-node@v4
30
+ uses : actions/setup-node@v5
31
31
with :
32
32
node-version : 22.x
33
33
registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
- name : Setup Node.js environment
18
- uses : actions/setup-node@v4
18
+ uses : actions/setup-node@v5
19
19
with :
20
20
node-version : 22.x
21
21
registry-url : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments