From abc0db07de87d52aad5e330145b17253169bae8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:16:14 +0200 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v3 (#388) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yaml | 2 +- .github/workflows/push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 64486687..9616b49b 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -75,7 +75,7 @@ jobs: echo "##[set-output name=GIT_TAG;]$(echo ${tag})" - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 6858713d..4fe331eb 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -75,7 +75,7 @@ jobs: DRY_RUN: true - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3