File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ jobs:
307307 python-version : ' 3.11.x'
308308
309309 - name : Install Go
310- uses : actions/setup-go@v4
310+ uses : actions/setup-go@v5
311311 with :
312312 go-version : ${{ env.GO_VERSION }}
313313
@@ -425,7 +425,7 @@ jobs:
425425 cache : ' yarn'
426426
427427 - name : Install Go
428- uses : actions/setup-go@v4
428+ uses : actions/setup-go@v5
429429 with :
430430 go-version : ${{ env.GO_VERSION }}
431431
Original file line number Diff line number Diff line change 6666 cache : ' yarn'
6767
6868 - name : Install Go
69- uses : actions/setup-go@v4
69+ uses : actions/setup-go@v5
7070 with :
7171 go-version : ${{ env.GO_VERSION }}
7272
Original file line number Diff line number Diff line change 2424 cache : ' yarn'
2525
2626 - name : Install Go
27- uses : actions/setup-go@v4
27+ uses : actions/setup-go@v5
2828 with :
2929 go-version : ${{ env.GO_VERSION }}
3030
Original file line number Diff line number Diff line change 2424 cache : ' yarn'
2525
2626 - name : Install Go
27- uses : actions/setup-go@v4
27+ uses : actions/setup-go@v5
2828 with :
2929 go-version : ${{ env.GO_VERSION }}
3030
Original file line number Diff line number Diff line change 2626 cache : ' yarn'
2727
2828 - name : Install Go
29- uses : actions/setup-go@v4
29+ uses : actions/setup-go@v5
3030 with :
3131 go-version : ${{ env.GO_VERSION }}
3232
You can’t perform that action at this time.
0 commit comments