From 3a673441bbb49f42efadcb7ad8456db4c199410b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:53:00 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v4.2.0 --- .github/workflows/container-build.yml | 2 +- .github/workflows/container-ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index be42209e7..84b644da7 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -34,7 +34,7 @@ jobs: key: uv-cache-${{ hashFiles('Dockerfile') }}-${{ inputs.architecture }} - name: Set up QEMU if: inputs.architecture != 'amd64' && inputs.architecture != 'arm64' - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 with: platforms: linux/${{ inputs.architecture }} - name: Expose GitHub Runtime diff --git a/.github/workflows/container-ci.yml b/.github/workflows/container-ci.yml index f0ee02987..63b7f4fed 100644 --- a/.github/workflows/container-ci.yml +++ b/.github/workflows/container-ci.yml @@ -249,7 +249,7 @@ jobs: with: persist-credentials: false - name: Set up QEMU - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 with: platforms: all - name: Expose GitHub Runtime @@ -319,7 +319,7 @@ jobs: with: persist-credentials: false - name: Set up QEMU - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 with: platforms: all - name: Expose GitHub Runtime @@ -381,7 +381,7 @@ jobs: with: persist-credentials: false - name: Set up QEMU - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 with: platforms: all - name: Expose GitHub Runtime