Skip to content

Commit 7228a6e

Browse files
chore(deps): bump docker/setup-buildx-action from 2.0.0 to 2.10.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.0.0 to 2.10.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@dc7b971...885d146) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0ba068 commit 7228a6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # v1
8181
with:
8282
platforms: ${{ matrix.platforms }}
83-
- uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v1
83+
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v1
8484
- uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v3
8585
id: build-and-push
8686
with:

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
go-version: '1.20'
3434
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
35-
- uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v1
35+
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v1
3636

3737
- run: make install-container-diff k3s-setup
3838
- run: make ${{ matrix.make-target }}

0 commit comments

Comments
 (0)