File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout repository
10
- uses : actions/checkout@v2
10
+ uses : actions/checkout@v4
11
11
- name : Setup NodeJS
12
- uses : actions/setup-node@v2
12
+ uses : actions/setup-node@v4
13
13
with :
14
- node-version : " 20 "
14
+ node-version : 20
15
15
cache : yarn
16
16
- name : Install dependencies
17
17
run : yarn install --frozen-lockfile
@@ -24,11 +24,11 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v4
28
28
- name : Setup NodeJS
29
- uses : actions/setup-node@v2
29
+ uses : actions/setup-node@v4
30
30
with :
31
- node-version : " 20 "
31
+ node-version : 20
32
32
cache : yarn
33
33
- name : Install dependencies
34
34
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 15
15
VERSION : ${{ steps.detect.outputs.VERSION }}
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
- name : Ensure commit is tagged
20
20
id : detect
21
21
run : |
@@ -33,12 +33,12 @@ jobs:
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Checkout repository
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v4
37
37
38
38
- name : Setup NodeJS
39
- uses : actions/setup-node@v2
39
+ uses : actions/setup-node@v4
40
40
with :
41
- node-version : " 20 "
41
+ node-version : 20
42
42
cache : yarn
43
43
- name : Install dependencies
44
44
run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments