File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
- name : Checkout code
23
23
uses : actions/checkout@v4
24
24
- name : Setup Node.js
25
- uses : actions/setup-node@v3
25
+ uses : actions/setup-node@v4
26
26
with :
27
27
node-version : " 20"
28
28
- name : Setup Go
70
70
env :
71
71
COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72
72
run : goveralls -coverprofile=coverage.txt -service=github
73
- - uses : bissolli/gh-action-persist-workspace@v1
73
+ - uses : bissolli/gh-action-persist-workspace@v2
74
74
with :
75
75
action : persist
76
76
83
83
uses : actions/checkout@v4
84
84
85
85
- name : Setup Node.js
86
- uses : actions/setup-node@v3
86
+ uses : actions/setup-node@v4
87
87
with :
88
88
node-version : " 20"
89
89
@@ -134,7 +134,7 @@ jobs:
134
134
uses : actions/checkout@v4
135
135
136
136
- name : Setup Node.js
137
- uses : actions/setup-node@v3
137
+ uses : actions/setup-node@v4
138
138
with :
139
139
node-version : " 20"
140
140
@@ -192,7 +192,7 @@ jobs:
192
192
fetch-depth : 0
193
193
194
194
- name : Setup Node.js
195
- uses : actions/setup-node@v3
195
+ uses : actions/setup-node@v4
196
196
with :
197
197
node-version : " 20"
198
198
Original file line number Diff line number Diff line change 16
16
- name : Checkout code
17
17
uses : actions/checkout@v4
18
18
- name : Setup Node.js
19
- uses : actions/setup-node@v3
19
+ uses : actions/setup-node@v4
20
20
with :
21
21
node-version : " 20"
22
22
- name : Setup Go
69
69
env :
70
70
COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
71
run : goveralls -coverprofile=coverage.txt -service=github
72
- - uses : bissolli/gh-action-persist-workspace@v1
72
+ - uses : bissolli/gh-action-persist-workspace@v2
73
73
with :
74
74
action : persist
75
75
Original file line number Diff line number Diff line change 13
13
- name : Checkout code
14
14
uses : actions/checkout@v4
15
15
- name : Setup Node.js
16
- uses : actions/setup-node@v3
16
+ uses : actions/setup-node@v4
17
17
with :
18
18
node-version : " 20"
19
19
- name : Setup Go
66
66
env :
67
67
COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68
68
run : goveralls -coverprofile=coverage.txt -service=github
69
- - uses : bissolli/gh-action-persist-workspace@v1
69
+ - uses : bissolli/gh-action-persist-workspace@v2
70
70
with :
71
71
action : persist
72
72
You can’t perform that action at this time.
0 commit comments