From 566f4dd158b7c59f946fe578ef39ca69bb7dbaf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:33:04 +0000 Subject: [PATCH] Bump useblacksmith/setup-docker-builder from 1 to 2 Bumps [useblacksmith/setup-docker-builder](https://github.com/useblacksmith/setup-docker-builder) from 1 to 2. - [Release notes](https://github.com/useblacksmith/setup-docker-builder/releases) - [Commits](https://github.com/useblacksmith/setup-docker-builder/compare/v1...v2) --- updated-dependencies: - dependency-name: useblacksmith/setup-docker-builder dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f325bdd43..656e11189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Blacksmith Builder - uses: useblacksmith/setup-docker-builder@v1 + uses: useblacksmith/setup-docker-builder@v2 - name: Build ${{ matrix.dockerfile }} uses: useblacksmith/build-push-action@v2