From 5aa8cbfa8eaa59ea9a097be9b328a3d2c9ba212a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Jun 2026 00:35:54 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3114fdd..7ce1c35 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: - name: Build and push backend if: gitea.event_name != 'pull_request' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: backend file: backend/Dockerfile @@ -101,7 +101,7 @@ jobs: - name: Build and push frontend if: gitea.event_name != 'pull_request' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: frontend file: frontend/Dockerfile -- 2.54.0