From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 04:47:34 +0000 (+1100) Subject: Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 (#2165) X-Git-Tag: v4.3.0~13 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=1b01f3e8baf17c7690a4ce7822daa35ca6a1fa7f;p=rainny.git Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 (#2165) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index b430c54..db494f5 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -68,7 +68,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.0 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.6.1 - name: Login to Docker Hub