diff --git a/.github/workflows/mainline.yml b/.github/workflows/mainline.yml index 9f2a28a1b..bf5450161 100644 --- a/.github/workflows/mainline.yml +++ b/.github/workflows/mainline.yml @@ -49,7 +49,7 @@ jobs: # workflow_dispatch `use_build_cloud` input. - name: Set up QEMU (for emulated multi-arch builds) if: github.event.inputs.use_build_cloud != 'true' - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - name: Set up Docker Buildx (local + QEMU emulation) if: github.event.inputs.use_build_cloud != 'true' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09809e7a9..f0685777e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # workflow_dispatch `use_build_cloud` input. - name: Set up QEMU (for emulated multi-arch builds) if: github.event.inputs.use_build_cloud != 'true' - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - name: Set up Docker Buildx (local + QEMU emulation) if: github.event.inputs.use_build_cloud != 'true'