File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
template/.github/workflows Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 99 matrix :
1010 node : [14, 16]
1111 steps :
12- - uses : actions/checkout@v1
12+ - uses : actions/checkout@v3
13+ with :
14+ fetch-depth : 0
1315
1416 - name : Use Node.js ${{ matrix.node }}
15- uses : actions/setup-node@v1
17+ uses : actions/setup-node@v3
1618 with :
1719 node-version : ${{ matrix.node }}
1820
@@ -40,12 +42,12 @@ jobs:
4042 needs : test
4143 steps :
4244 - name : Checkout
43- uses : actions/checkout@v2
45+ uses : actions/checkout@v3
4446 with :
4547 fetch-depth : 0
4648
4749 - name : Use Node.js 16
48- uses : actions/setup-node@v1
50+ uses : actions/setup-node@v3
4951 with :
5052 node-version : 16
5153
Original file line number Diff line number Diff line change 99 matrix :
1010 node : [14, 16]
1111 steps :
12- - uses : actions/checkout@v1
12+ - uses : actions/checkout@v3
13+ with :
14+ fetch-depth : 0
1315
1416 - name : Use Node.js ${{ matrix.node }}
15- uses : actions/setup-node@v1
17+ uses : actions/setup-node@v3
1618 with :
1719 node-version : ${{ matrix.node }}
1820
@@ -40,12 +42,12 @@ jobs:
4042 needs : test
4143 steps :
4244 - name : Checkout
43- uses : actions/checkout@v2
45+ uses : actions/checkout@v3
4446 with :
4547 fetch-depth : 0
4648
4749 - name : Use Node.js 16
48- uses : actions/setup-node@v1
50+ uses : actions/setup-node@v3
4951 with :
5052 node-version : 16
5153
You can’t perform that action at this time.
0 commit comments