From 3ccb4650d8cb0486bed08382b562ed3465fd9ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 03:42:40 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c801db8..a91ddad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,7 +67,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} - name: Docker build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: ${{ steps.meta.outputs.tags }}