From 2810580a8733b3ac8cace662ceecf8e63a67a1be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 14:56:58 -0700 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v3 (#3323) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/automated-end-to-end-api.yaml | 2 +- .github/workflows/container.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-end-to-end-api.yaml b/.github/workflows/automated-end-to-end-api.yaml index dd00df68b..cce4c58b8 100644 --- a/.github/workflows/automated-end-to-end-api.yaml +++ b/.github/workflows/automated-end-to-end-api.yaml @@ -27,7 +27,7 @@ jobs: - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: image: tonistiigi/binfmt:latest platforms: all diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index cea3443c6..d8275833b 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -32,7 +32,7 @@ jobs: run: echo "${{ secrets.GH_CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: image: tonistiigi/binfmt:latest platforms: all