From 01a33dbc9330ad57636418f40bafb49a714b9fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:45:16 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20docker/setup-qemu?= =?UTF-8?q?-action=20action=20(=20v3.0.0=20=E2=86=92=20v3.1.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | docker/setup-qemu-action | v3.0.0 | v3.1.0 | --- .github/workflows/publish-image-init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image-init.yaml b/.github/workflows/publish-image-init.yaml index 1ecc55a..c358e74 100644 --- a/.github/workflows/publish-image-init.yaml +++ b/.github/workflows/publish-image-init.yaml @@ -47,7 +47,7 @@ type=raw,value=latest,enable={{is_default_branch}} - name: Set up QEMU - uses: docker/setup-qemu-action@v3.0.0 + uses: docker/setup-qemu-action@v3.1.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.4.0