File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4.2.2
17
+ uses : actions/checkout@v5.0.0
18
18
19
19
- name : Setup Node.js
20
- uses : actions/setup-node@v4.1 .0
20
+ uses : actions/setup-node@v5.0 .0
21
21
with :
22
22
node-version : 20.x
23
23
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4.2.2
15
+ uses : actions/checkout@v5.0.0
16
16
17
17
- name : Setup Node.js
18
- uses : actions/setup-node@v4.1 .0
18
+ uses : actions/setup-node@v5.0 .0
19
19
with :
20
20
node-version : 20.x
21
21
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4.2.2
17
+ uses : actions/checkout@v5.0.0
18
18
19
19
- name : Setup Node.js
20
- uses : actions/setup-node@v4.1 .0
20
+ uses : actions/setup-node@v5.0 .0
21
21
with :
22
22
node-version : 20.x
23
23
Original file line number Diff line number Diff line change 12
12
matrix : ${{ steps.getb.outputs.matrix }}
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4.2.2
15
+ uses : actions/checkout@v5.0.0
16
16
with :
17
17
fetch-depth : 0
18
18
@@ -46,12 +46,12 @@ jobs:
46
46
47
47
steps :
48
48
- name : Checkout ${{ matrix.branch }}
49
- uses : actions/checkout@v4.2.2
49
+ uses : actions/checkout@v5.0.0
50
50
with :
51
51
ref : ${{ matrix.branch }}
52
52
53
53
- name : Setup Node.js
54
- uses : actions/setup-node@v4.1 .0
54
+ uses : actions/setup-node@v5.0 .0
55
55
with :
56
56
node-version : 20.x
57
57
79
79
run : npm run pre-release
80
80
81
81
- name : Publish
82
- uses : JS-DevTools/npm-publish@v3
82
+ uses : JS-DevTools/npm-publish@v4
83
83
if : ${{ env.NPM_SECRET != '' && env.LAST_COMMITS != 0 }}
84
84
with :
85
85
token : ${{ env.NPM_SECRET }}
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4.2.2
21
+ uses : actions/checkout@v5.0.0
22
22
23
23
- name : Setup Node.js ${{ matrix.node-version }}
24
- uses : actions/setup-node@v4.1 .0
24
+ uses : actions/setup-node@v5.0 .0
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
27
37
37
CI : true
38
38
39
39
- name : Upload Coverage
40
- uses : codecov/codecov-action@v4
40
+ uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments