File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8585 version : 3.x
8686
8787 - name : Install Go
88- uses : actions/setup-go@v4
88+ uses : actions/setup-go@v5
8989 with :
9090 go-version : ${{ env.GO_VERSION }}
9191
@@ -143,7 +143,7 @@ jobs:
143143 version : 3.x
144144
145145 - name : Install Go
146- uses : actions/setup-go@v4
146+ uses : actions/setup-go@v5
147147 with :
148148 go-version : ${{ env.GO_VERSION }}
149149
Original file line number Diff line number Diff line change 7676 uses : actions/checkout@v4
7777
7878 - name : Install Go
79- uses : actions/setup-go@v4
79+ uses : actions/setup-go@v5
8080 with :
8181 go-version : ${{ env.GO_VERSION }}
8282
@@ -115,7 +115,7 @@ jobs:
115115 uses : actions/checkout@v4
116116
117117 - name : Install Go
118- uses : actions/setup-go@v4
118+ uses : actions/setup-go@v5
119119 with :
120120 go-version : ${{ env.GO_VERSION }}
121121
@@ -156,7 +156,7 @@ jobs:
156156 uses : actions/checkout@v4
157157
158158 - name : Install Go
159- uses : actions/setup-go@v4
159+ uses : actions/setup-go@v5
160160 with :
161161 go-version : ${{ env.GO_VERSION }}
162162
@@ -195,7 +195,7 @@ jobs:
195195 uses : actions/checkout@v4
196196
197197 - name : Install Go
198- uses : actions/setup-go@v4
198+ uses : actions/setup-go@v5
199199 with :
200200 go-version : ${{ env.GO_VERSION }}
201201
Original file line number Diff line number Diff line change 6565 uses : actions/checkout@v4
6666
6767 - name : Install Go
68- uses : actions/setup-go@v4
68+ uses : actions/setup-go@v5
6969 with :
7070 go-version : ${{ env.GO_VERSION }}
7171
Original file line number Diff line number Diff line change 5353 changelog-file-path : " ${{ env.DIST_DIR }}/CHANGELOG.md"
5454
5555 - name : Install Go
56- uses : actions/setup-go@v4
56+ uses : actions/setup-go@v5
5757 with :
5858 go-version : ${{ env.GO_VERSION }}
5959
Original file line number Diff line number Diff line change 8181 uses : actions/checkout@v4
8282
8383 - name : Install Go
84- uses : actions/setup-go@v4
84+ uses : actions/setup-go@v5
8585 with :
8686 go-version : ${{ env.GO_VERSION }}
8787
Original file line number Diff line number Diff line change 8888 uses : actions/checkout@v4
8989
9090 - name : Install Go
91- uses : actions/setup-go@v4
91+ uses : actions/setup-go@v5
9292 with :
9393 go-version : ${{ env.GO_VERSION }}
9494
You can’t perform that action at this time.
0 commit comments