Skip to content

Commit 34d2ba4

Browse files
Bump docker/setup-buildx-action from 3.11.1 to 4.0.0 (#260)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.1 to 4.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.11.1...v4.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07bc524 commit 34d2ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
#
2727
steps:
2828
- name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@v3.11.1
29+
uses: docker/setup-buildx-action@v4.0.0
3030
- name: Checkout repository
3131
uses: actions/checkout@v6
3232
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.

0 commit comments

Comments
 (0)