From: dependabot[bot] Date: Sun, 1 Oct 2023 00:32:54 +0000 (+0000) Subject: Bump docker/setup-buildx-action from 2 to 3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d28f94c9ddae204a8f769c5cb70544df1ae5e0b1;p=stevenblack-hosts.git Bump docker/setup-buildx-action from 2 to 3 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 67a6ad982..f14adfb2c 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Log in to the Container registry uses: docker/login-action@v2