From ef88216072d6a7b2bd0ea947afa748d50121eae0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:52:43 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 470e521e..3213180b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,14 +34,14 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push snapshot if: github.ref == 'refs/heads/main' - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: push: true tags: | sourcegraph/scip-typescript:latest-snapshot - name: Build and push tag if: startsWith(github.ref, 'refs/tags/v') - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: push: true tags: |