From 05cf3f98076eac0ab373b23e9a36ff03d9228ec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:04:45 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ab34342..97ef739 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}-buildx- - name: Login to Google Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: gcr.io username: _json_key