From bc41ef573f5314cf8625a02e15e6445925be44c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:05:28 +0200 Subject: [PATCH] chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#651) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0) --- 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/dev_builds.yml | 2 +- .github/workflows/release_builds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index 9e776d8..f0e2ed0 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Buildx id: buildx - uses: docker/setup-buildx-action@v3.3.0 + uses: docker/setup-buildx-action@v3.4.0 - name: Show Buildx platforms run: echo ${{ steps.buildx.outputs.platforms }} diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml index e2b1aec..e094750 100644 --- a/.github/workflows/release_builds.yml +++ b/.github/workflows/release_builds.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Buildx id: buildx - uses: docker/setup-buildx-action@v3.3.0 + uses: docker/setup-buildx-action@v3.4.0 - name: Show Buildx platforms run: echo ${{ steps.buildx.outputs.platforms }}