From f44914cdb37c8c81bf2cda01ae7591acd5460d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 20:11:21 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 3.7.1 to 3.10.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.1 to 3.10.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/c47758b77c9736f4b2ef4073d4d51994fabfe349...b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-variant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-variant.yaml b/.github/workflows/ci-variant.yaml index 7fbf1f8..859a2f8 100644 --- a/.github/workflows/ci-variant.yaml +++ b/.github/workflows/ci-variant.yaml @@ -65,7 +65,7 @@ jobs: - name: Set up Docker Buildx uses: # yamllint disable-line rule:line-length - docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 + docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 - name: Build image uses: # yamllint disable-line rule:line-length