4545 lk_hooks_json : ${{ steps.prepare-matrix.outputs.lk_hooks_json }}
4646 steps :
4747 - name : Checkout repo
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Prepare release ID (current date) # This only used for the GitHub Release; not included in any way in the build process.
5151 id : date_prep
7070 name : " LinuxKit containers for ${{ matrix.docker_arch }}"
7171 steps :
7272 - name : Checkout build repo
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474
7575 - name : Set up QEMU
7676 uses : docker/setup-qemu-action@v3
@@ -119,7 +119,7 @@ jobs:
119119 name : " Kernel ${{ matrix.kernel }}"
120120 steps :
121121 - name : Checkout build repo
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v5
123123
124124 - name : Set up Docker Buildx # nb: no need for qemu here, kernels are cross-compiled, instead of the compilation being emulated
125125 uses : docker/setup-buildx-action@v3
@@ -164,7 +164,7 @@ jobs:
164164 name : " Hook ${{ matrix.kernel }}"
165165 steps :
166166 - name : Checkout build repo
167- uses : actions/checkout@v4
167+ uses : actions/checkout@v5
168168
169169 - name : Set up Docker Buildx # nb: no need for qemu here, kernels are cross-compiled, instead of the compilation being emulated
170170 uses : docker/setup-buildx-action@v3
@@ -200,7 +200,7 @@ jobs:
200200 save-always : true # always save the cache, even if build fails
201201
202202 - name : Download Linuxkit artifacts
203- uses : actions/download-artifact@v4
203+ uses : actions/download-artifact@v5
204204 with :
205205 name : linuxkit-images-${{ matrix.docker_arch }}
206206 path : ${{ runner.temp }}
@@ -218,7 +218,7 @@ jobs:
218218 docker images
219219
220220 - name : Download Kernel artifacts
221- uses : actions/download-artifact@v4
221+ uses : actions/download-artifact@v5
222222 with :
223223 name : kernel-images-${{ matrix.kernel }}
224224 path : ${{ runner.temp }}
@@ -263,10 +263,10 @@ jobs:
263263 steps :
264264
265265 - name : Checkout code
266- uses : actions/checkout@v4
266+ uses : actions/checkout@v5
267267
268268 - name : Download built Hook artifacts
269- uses : actions/download-artifact@v4
269+ uses : actions/download-artifact@v5
270270 with :
271271 pattern : " hook-tarball-*"
272272 merge-multiple : true
@@ -335,10 +335,10 @@ jobs:
335335 steps :
336336
337337 - name : Checkout code
338- uses : actions/checkout@v4
338+ uses : actions/checkout@v5
339339
340340 - name : Download built Hook artifacts
341- uses : actions/download-artifact@v4
341+ uses : actions/download-artifact@v5
342342 with :
343343 pattern : " hook-tarball-*"
344344 merge-multiple : true
0 commit comments