File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout branch
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Setup Node.js
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
- node-version : 16
26
+ node-version : 18
27
27
cache : " yarn"
28
28
29
29
- name : Install dependencies
@@ -40,12 +40,12 @@ jobs:
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Checkout branch
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
45
45
- name : Setup Node.js
46
- uses : actions/setup-node@v3
46
+ uses : actions/setup-node@v4
47
47
with :
48
- node-version : 16
48
+ node-version : 18
49
49
cache : " yarn"
50
50
51
51
- name : Install dependencies
@@ -64,12 +64,12 @@ jobs:
64
64
runs-on : ubuntu-latest
65
65
steps :
66
66
- name : Checkout branch
67
- uses : actions/checkout@v3
67
+ uses : actions/checkout@v4
68
68
69
69
- name : Setup Node.js
70
- uses : actions/setup-node@v3
70
+ uses : actions/setup-node@v4
71
71
with :
72
- node-version : 16
72
+ node-version : 18
73
73
cache : " yarn"
74
74
75
75
- name : Install dependencies
Original file line number Diff line number Diff line change 11
11
release :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
token : ${{ secrets.BOT_TOKEN }}
22
22
git config --global user.name "Navigraph Bot"
23
23
24
24
- name : Setup Node.js
25
- uses : actions/setup-node@v3
25
+ uses : actions/setup-node@v4
26
26
with :
27
- node-version : 16
27
+ node-version : 18
28
28
registry-url : " https://registry.npmjs.org"
29
29
cache : " yarn"
30
30
You can’t perform that action at this time.
0 commit comments