From d7a4c044393c05913e85b37adecdcc208dfb3b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:01:07 -0700 Subject: [PATCH] chore(deps): bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (#2606) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/ecf95283f03858871ff00b787d79c419715afc34...16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/images.yaml | 2 +- .github/workflows/integration-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index ab2d798eea..46b3710077 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -88,7 +88,7 @@ jobs: - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0 with: platforms: ${{ matrix.platforms }} - - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v1 + - uses: docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v1 - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 id: build-and-push with: diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index c54507dbe9..b92d6e5f80 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -29,7 +29,7 @@ jobs: with: go-version: '1.20' - uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3 - - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v1 + - uses: docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v1 - run: make install-container-diff k3s-setup - run: make ${{ matrix.make-target }}