Skip to content

Commit 94b06b8

Browse files
build(deps): bump docker/setup-buildx-action from 1 to 2 (#373)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e2e855 commit 94b06b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
ref: ${{ github.event.inputs.releaseVersion }}
5252
- name: Set up Docker Buildx
53-
uses: docker/setup-buildx-action@v1
53+
uses: docker/setup-buildx-action@v2
5454
- name: Login to DockerHub
5555
uses: docker/login-action@v2
5656
with:

0 commit comments

Comments
 (0)