From 9d5ab5fb21921cf1a70de9bfb1d4e0f367bbbd4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:33:20 +0100 Subject: [PATCH] chore: bump docker/setup-qemu-action from 3.1.0 to 3.3.0 (#2000) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d71f35c8e..7fff20169 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Set up QEMU" - uses: docker/setup-qemu-action@v3.1.0 + uses: docker/setup-qemu-action@v3.3.0 with: platforms: all