File tree Expand file tree Collapse file tree 5 files changed +748
-527
lines changed Expand file tree Collapse file tree 5 files changed +748
-527
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Setup Node.js environment
21
- uses : actions/setup-node@v4
21
+ uses : actions/setup-node@v5
22
22
with :
23
23
node-version : 22.x
24
24
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