Skip to content

Commit a67db78

Browse files
dependabot[bot]swiatekm
authored andcommitted
build(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6dc35ef commit a67db78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev_builds.yml

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

1717
- name: Set up Buildx
1818
id: buildx
19-
uses: docker/setup-buildx-action@v2.10.0
19+
uses: docker/setup-buildx-action@v3.0.0
2020

2121
- name: Show Buildx platforms
2222
run: echo ${{ steps.buildx.outputs.platforms }}

.github/workflows/release_builds.yml

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

2727
- name: Set up Buildx
2828
id: buildx
29-
uses: docker/setup-buildx-action@v2.10.0
29+
uses: docker/setup-buildx-action@v3.0.0
3030

3131
- name: Show Buildx platforms
3232
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)