Skip to content

Commit a38fce1

Browse files
chore(deps): bump docker/setup-buildx-action from 3 to 4 (#554)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b975f2e commit a38fce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Set up Docker Buildx
6868
id: buildx
69-
uses: docker/setup-buildx-action@v3
69+
uses: docker/setup-buildx-action@v4
7070

7171
- name: Enable Corepack
7272
run: corepack enable

0 commit comments

Comments
 (0)