From 66bed018fadc8afdccc1540b5b34786fb9768efb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:18:17 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v3 --- .github/actions/docker-image/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-image/action.yaml b/.github/actions/docker-image/action.yaml index e612684..1161906 100644 --- a/.github/actions/docker-image/action.yaml +++ b/.github/actions/docker-image/action.yaml @@ -25,7 +25,7 @@ runs: type=semver,pattern={{major}} - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx id: buildx