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:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
22- - uses : actions/setup-node@v3
22+ - uses : actions/setup-node@v4
2323 with :
2424 node-version : lts/*
2525 cache : ' yarn'
26- - uses : nrwl/nx-set-shas@v2
26+ - uses : nrwl/nx-set-shas@v4
2727 with :
2828 main-branch-name : ' master'
2929 - name : yarn install
@@ -37,14 +37,14 @@ jobs:
3737
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141 with :
4242 fetch-depth : 0
43- - uses : actions/setup-node@v3
43+ - uses : actions/setup-node@v4
4444 with :
4545 node-version : lts/*
4646 cache : ' yarn'
47- - uses : nrwl/nx-set-shas@v2
47+ - uses : nrwl/nx-set-shas@v4
4848 with :
4949 main-branch-name : ' master'
5050 - name : Xcode Select Version
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments