From 17070e5e71bf95046648f2f3dbf3544206ecfeb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:52:13 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 2 to 4 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/github-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index e2d459c..1a4c8a6 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: setup docker buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v4 with: version: ${{ matrix.docker_buildx }} driver: docker