Skip to content

Commit c4d6d33

Browse files
Bump docker/setup-buildx-action from 3 to 4
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e88b83 commit c4d6d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ runs:
185185
186186
- name: Set up Docker Buildx
187187
if: inputs.docker-username != '' && inputs.docker-password != ''
188-
uses: docker/setup-buildx-action@v3
188+
uses: docker/setup-buildx-action@v4
189189

190190
- name: Login to Registry
191191
if: inputs.docker-username != '' && inputs.docker-password != ''

0 commit comments

Comments
 (0)