File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Setup Node
19
- uses : actions/setup-node@v2
19
+ uses : actions/setup-node@v4
20
20
with :
21
21
node-version : 20
22
22
cache : npm
@@ -32,11 +32,11 @@ jobs:
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v4
36
36
with :
37
37
fetch-depth : 0
38
38
- name : Setup Node
39
- uses : actions/setup-node@v2
39
+ uses : actions/setup-node@v4
40
40
with :
41
41
node-version : 20
42
42
cache : npm
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Setup Node
20
- uses : actions/setup-node@v2
20
+ uses : actions/setup-node@v4
21
21
with :
22
22
node-version : 20
23
23
- name : Install Packages
You can’t perform that action at this time.
0 commit comments