From 3aadfaec561ad4d8dca9493334d7bfc79942a021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:30:36 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v3 --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index b02bafe..488825f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -33,7 +33,7 @@ jobs: registry-url: 'https://registry.npmjs.org' # setup qemu - - uses: docker/setup-qemu-action@v2 + - uses: docker/setup-qemu-action@v3 with: platforms: all