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 @@ -14,12 +14,12 @@ jobs:
14
14
name : Build & Test
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- uses : actions/setup-node@v3
19
19
with :
20
20
node-version : 18
21
21
- name : Cache node modules
22
- uses : actions/cache@v1
22
+ uses : actions/cache@v3
23
23
env :
24
24
cache-name : cache-node-modules
25
25
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Repo
14
- uses : actions/checkout@master
14
+ uses : actions/checkout@v3
15
15
with :
16
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
17
fetch-depth : 0
22
22
node-version : 18
23
23
24
24
- name : Cache node modules
25
- uses : actions/cache@v1
25
+ uses : actions/cache@v3
26
26
env :
27
27
cache-name : cache-node-modules
28
28
with :
You can’t perform that action at this time.
0 commit comments