From 665f4b5db00edb253e06d222b3eb28ecc4d9f815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:41:06 +0000 Subject: [PATCH] build(deps): bump docker/setup-buildx-action in the patches group Bumps the patches group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/setup-buildx-action` from 3.11.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- .github/workflows/go-with-releaser-image.yml | 2 +- .github/workflows/simple-boot-image-to-ghcr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-with-releaser-image.yml b/.github/workflows/go-with-releaser-image.yml index 747409e..6d8ddd7 100644 --- a/.github/workflows/go-with-releaser-image.yml +++ b/.github/workflows/go-with-releaser-image.yml @@ -42,7 +42,7 @@ jobs: go test ./... - name: Setup docker buildx - uses: docker/setup-buildx-action@v3.11.0 + uses: docker/setup-buildx-action@v3.11.1 with: install: true diff --git a/.github/workflows/simple-boot-image-to-ghcr.yml b/.github/workflows/simple-boot-image-to-ghcr.yml index 1e10d1e..7bc51d7 100644 --- a/.github/workflows/simple-boot-image-to-ghcr.yml +++ b/.github/workflows/simple-boot-image-to-ghcr.yml @@ -54,7 +54,7 @@ jobs: cache-dependency-path: ${{ inputs.npm-cache-dependency-path }} - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v3.11.0 + uses: docker/setup-buildx-action@v3.11.1 - name: Set up QEMU uses: docker/setup-qemu-action@v3.6.0