File tree Expand file tree Collapse file tree 4 files changed +448
-738
lines changed Expand file tree Collapse file tree 4 files changed +448
-738
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout repo
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Setup Node.js 18.x
14
- uses : actions/setup-node@v3.1.1
14
+ uses : actions/setup-node@v4.0.3
15
15
with :
16
16
node-version : 18.x
17
17
18
18
- name : Use cached node_modules
19
- uses : actions/cache@v3 .0.2
19
+ uses : actions/cache@v4 .0.2
20
20
with :
21
21
path : node_modules
22
22
key : nodeModules-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
steps :
13
13
# https://github.com/actions/checkout
14
14
- name : Checkout repo
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
19
19
- name : Setup Node.js 18.x
20
- uses : actions/setup-node@v3.1.1
20
+ uses : actions/setup-node@v4.0.3
21
21
with :
22
22
node-version : 18.x
23
23
cache : npm
You can’t perform that action at this time.
0 commit comments