Skip to content

Commit e66e37b

Browse files
Bump docker/setup-buildx-action from 3.12.0 to 4.0.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.12.0 to 4.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.12.0...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>
1 parent b14f80e commit e66e37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Set up Docker Buildx
4949
id: buildx
50-
uses: docker/setup-buildx-action@v3.12.0
50+
uses: docker/setup-buildx-action@v4.0.0
5151

5252
- name: Build and push by digest
5353
if: github.event_name == 'pull_request'
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Set up Docker Buildx
137137
id: buildx
138-
uses: docker/setup-buildx-action@v3.12.0
138+
uses: docker/setup-buildx-action@v4.0.0
139139

140140
- name: Metadata
141141
id: meta

0 commit comments

Comments
 (0)