File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
with :
8
8
version : latest
9
9
- name : setup repository
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : setup node.js
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
16
node-version : ' 20'
17
17
- run : pnpm install
@@ -26,11 +26,11 @@ jobs:
26
26
with :
27
27
version : latest
28
28
- name : setup repository
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
32
- name : setup node.js
33
- uses : actions/setup-node@v3
33
+ uses : actions/setup-node@v4
34
34
with :
35
35
node-version : ' ${{ matrix.node_js_version }}'
36
36
- run : pnpm install
@@ -51,11 +51,11 @@ jobs:
51
51
with :
52
52
version : latest
53
53
- name : setup repository
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
fetch-depth : 0
57
57
- name : setup node.js
58
- uses : actions/setup-node@v3
58
+ uses : actions/setup-node@v4
59
59
with :
60
60
node-version : ' 20'
61
61
- run : pnpm install
Original file line number Diff line number Diff line change 8
8
with :
9
9
version : latest
10
10
- name : setup repository
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
- name : setup node.js
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
with :
17
17
node-version : " 20"
18
18
- run : pnpm install
You can’t perform that action at this time.
0 commit comments