File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2222 - name : Checkout code
2323 uses : actions/checkout@v4
2424 - name : Setup Node.js
25- uses : actions/setup-node@v3
25+ uses : actions/setup-node@v4
2626 with :
2727 node-version : " 20"
2828 - name : Setup Go
7070 env :
7171 COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7272 run : goveralls -coverprofile=coverage.txt -service=github
73- - uses : bissolli/gh-action-persist-workspace@v1
73+ - uses : bissolli/gh-action-persist-workspace@v2
7474 with :
7575 action : persist
7676
8383 uses : actions/checkout@v4
8484
8585 - name : Setup Node.js
86- uses : actions/setup-node@v3
86+ uses : actions/setup-node@v4
8787 with :
8888 node-version : " 20"
8989
@@ -134,7 +134,7 @@ jobs:
134134 uses : actions/checkout@v4
135135
136136 - name : Setup Node.js
137- uses : actions/setup-node@v3
137+ uses : actions/setup-node@v4
138138 with :
139139 node-version : " 20"
140140
@@ -192,7 +192,7 @@ jobs:
192192 fetch-depth : 0
193193
194194 - name : Setup Node.js
195- uses : actions/setup-node@v3
195+ uses : actions/setup-node@v4
196196 with :
197197 node-version : " 20"
198198
Original file line number Diff line number Diff line change 1616 - name : Checkout code
1717 uses : actions/checkout@v4
1818 - name : Setup Node.js
19- uses : actions/setup-node@v3
19+ uses : actions/setup-node@v4
2020 with :
2121 node-version : " 20"
2222 - name : Setup Go
6969 env :
7070 COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7171 run : goveralls -coverprofile=coverage.txt -service=github
72- - uses : bissolli/gh-action-persist-workspace@v1
72+ - uses : bissolli/gh-action-persist-workspace@v2
7373 with :
7474 action : persist
7575
Original file line number Diff line number Diff line change 1313 - name : Checkout code
1414 uses : actions/checkout@v4
1515 - name : Setup Node.js
16- uses : actions/setup-node@v3
16+ uses : actions/setup-node@v4
1717 with :
1818 node-version : " 20"
1919 - name : Setup Go
6666 env :
6767 COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868 run : goveralls -coverprofile=coverage.txt -service=github
69- - uses : bissolli/gh-action-persist-workspace@v1
69+ - uses : bissolli/gh-action-persist-workspace@v2
7070 with :
7171 action : persist
7272
You can’t perform that action at this time.
0 commit comments