From 9c0de0a0e374fe98a5ea0585a43899da2e687eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:03:19 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .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..f532c146 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@v7 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@v7 with: push: true tags: |