From 05ef550999326be5df8bdf865670541ecb9d596b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:14:06 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v3.3.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 5a96fb9b5..73c71a0c8 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up QEMU if: inputs.architecture != 'linux/amd64' - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 with: platforms: ${{ inputs.architecture }} - name: Expose GitHub Runtime diff --git a/.github/workflows/container-ci.yml b/.github/workflows/container-ci.yml index 20bb1dd91..07ab80be9 100644 --- a/.github/workflows/container-ci.yml +++ b/.github/workflows/container-ci.yml @@ -215,7 +215,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 with: platforms: all - name: Expose GitHub Runtime @@ -263,7 +263,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 with: platforms: all - name: Expose GitHub Runtime @@ -302,7 +302,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 with: platforms: all - name: Expose GitHub Runtime