From 8f11c16b3ab765dc5bd64fb0df7347acfead66d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:05:32 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/2b51285047da1547ffb1b2203d8be4c0af6b1f20...d70bba72b1f3fd22344832f00baa16ece964efeb) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97261c0..b400b64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: - name: 'Set up QEMU' uses: 'docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3' - name: 'Set up Docker Buildx' - uses: 'docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20' + uses: 'docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb' - name: 'Login to GitHub Container Registry' if: "github.event_name != 'pull_request'" uses: 'docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20'