@@ -41,12 +41,12 @@ jobs:
4141
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v4
4545 with :
4646 submodules : true
4747
4848 - name : Setup Go
49- uses : actions/setup-go@v2
49+ uses : actions/setup-go@v5
5050 with :
5151 go-version : ${{ env.GO_VERSION }}
5252
@@ -85,12 +85,12 @@ jobs:
8585
8686 steps :
8787 - name : Checkout
88- uses : actions/checkout@v2
88+ uses : actions/checkout@v4
8989 with :
9090 submodules : true
9191
9292 - name : Setup Go
93- uses : actions/setup-go@v2
93+ uses : actions/setup-go@v5
9494 with :
9595 go-version : ${{ env.GO_VERSION }}
9696
@@ -128,15 +128,15 @@ jobs:
128128
129129 steps :
130130 - name : Checkout
131- uses : actions/checkout@v2
131+ uses : actions/checkout@v4
132132 with :
133133 submodules : true
134134
135135 - name : Fetch History
136136 run : git fetch --prune --unshallow
137137
138138 - name : Setup Go
139- uses : actions/setup-go@v2
139+ uses : actions/setup-go@v5
140140 with :
141141 go-version : ${{ env.GO_VERSION }}
142142
@@ -177,15 +177,15 @@ jobs:
177177
178178 steps :
179179 - name : Checkout
180- uses : actions/checkout@v2
180+ uses : actions/checkout@v4
181181 with :
182182 submodules : true
183183
184184 - name : Fetch History
185185 run : git fetch --prune --unshallow
186186
187187 - name : Setup Go
188- uses : actions/setup-go@v2
188+ uses : actions/setup-go@v5
189189 with :
190190 go-version : ${{ env.GO_VERSION }}
191191
@@ -220,12 +220,12 @@ jobs:
220220
221221 steps :
222222 - name : Setup QEMU
223- uses : docker/setup-qemu-action@v1
223+ uses : docker/setup-qemu-action@v3
224224 with :
225225 platforms : all
226226
227227 - name : Setup Docker Buildx
228- uses : docker/setup-buildx-action@v2
228+ uses : docker/setup-buildx-action@v3
229229 with :
230230 version : ${{ env.DOCKER_BUILDX_VERSION }}
231231 install : true
@@ -238,15 +238,15 @@ jobs:
238238 password : ${{ secrets.GITHUB_TOKEN }}
239239
240240 - name : Checkout
241- uses : actions/checkout@v2
241+ uses : actions/checkout@v4
242242 with :
243243 submodules : true
244244
245245 - name : Fetch History
246246 run : git fetch --prune --unshallow
247247
248248 - name : Setup Go
249- uses : actions/setup-go@v2
249+ uses : actions/setup-go@v5
250250 with :
251251 go-version : ${{ env.GO_VERSION }}
252252
@@ -279,7 +279,7 @@ jobs:
279279 BUILD_ARGS : " --load"
280280
281281 - name : Upload Artifacts to GitHub
282- uses : actions/upload-artifact@v2
282+ uses : actions/upload-artifact@v4
283283 with :
284284 name : output
285285 path : _output/**
0 commit comments