File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout Repo
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
with :
18
18
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
19
19
fetch-depth : 0
20
20
21
21
- name : Setup Node.js
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v3
23
23
with :
24
24
node-version : ' 16'
25
25
cache : ' yarn'
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout Repo
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
13
13
- name : Setup Node.js
14
- uses : actions/setup-node@v2
14
+ uses : actions/setup-node@v3
15
15
with :
16
16
node-version : ' 16'
17
17
cache : ' yarn'
You can’t perform that action at this time.
0 commit comments