File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
- - uses : actions/setup-node@v3
22
+ - uses : actions/setup-node@v4
23
23
with :
24
24
node-version : lts/*
25
25
cache : ' yarn'
26
- - uses : nrwl/nx-set-shas@v2
26
+ - uses : nrwl/nx-set-shas@v4
27
27
with :
28
28
main-branch-name : ' master'
29
29
- name : yarn install
@@ -37,14 +37,14 @@ jobs:
37
37
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
with :
42
42
fetch-depth : 0
43
- - uses : actions/setup-node@v3
43
+ - uses : actions/setup-node@v4
44
44
with :
45
45
node-version : lts/*
46
46
cache : ' yarn'
47
- - uses : nrwl/nx-set-shas@v2
47
+ - uses : nrwl/nx-set-shas@v4
48
48
with :
49
49
main-branch-name : ' master'
50
50
- name : Xcode Select Version
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments