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