From 5db778e2d1a38bb3b02f2f9bfef631237335e753 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:02:14 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7.3.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eae715f..3f274df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: password: ${{ secrets.SSV_ORACLE_DOCKER_TOKEN }} - name: Build and push - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . push: true