From 88b67a7a9097ef5dc68176de242bb816df7aa67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:20:29 +0000 Subject: [PATCH] chore(ci)(deps): 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/auto-version.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-version.yml b/.github/workflows/auto-version.yml index 457408858..acf76fa81 100644 --- a/.github/workflows/auto-version.yml +++ b/.github/workflows/auto-version.yml @@ -512,7 +512,7 @@ jobs: path: catalyst-plugins - name: Setup Blacksmith Builder - uses: useblacksmith/setup-docker-builder@v1 + uses: useblacksmith/setup-docker-builder@v2 - name: Log in to GHCR uses: docker/login-action@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bffa8d3b6..833fab166 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -494,7 +494,7 @@ jobs: - uses: actions/checkout@v6 - name: Setup Blacksmith Builder - uses: useblacksmith/setup-docker-builder@v1 + uses: useblacksmith/setup-docker-builder@v2 - name: Log in to GHCR uses: docker/login-action@v4 @@ -549,7 +549,7 @@ jobs: path: catalyst-plugins - name: Setup Blacksmith Builder - uses: useblacksmith/setup-docker-builder@v1 + uses: useblacksmith/setup-docker-builder@v2 - name: Log in to GHCR uses: docker/login-action@v4