From 46ca92ef9e55f8d972f376541120a48f58f7b96e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:04:39 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v3 --- .github/workflows/build-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index bcf2ef7..a477aee 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -67,7 +67,7 @@ jobs: - name: Authenticate with Google 🔑 if: ${{ inputs.push-to-registry == true }} id: auth - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: token_format: access_token project_id: ${{ vars.GOOGLE_PROJECT_ID }}