From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:54:16 +0000 (+0000) Subject: chore(deps): bump docker/setup-buildx-action from 2 to 3 X-Git-Tag: 100~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eaf95a7ba17ebefd38804b39a3aba4cd2ec98e2;p=thirdparty%2Fdracut-ng.git chore(deps): 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 ddc3b02e8..83ebbace6 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -39,7 +39,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: