From 18acbe81106ef99a961952efb673c4ec087ead51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 13:02:37 +0000 Subject: [PATCH] build(deps): bump google-github-actions/setup-gcloud from 2 to 3 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2 to 3. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/smurf-helm-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smurf-helm-deploy.yml b/.github/workflows/smurf-helm-deploy.yml index d7b5d1f4..80dae3b2 100644 --- a/.github/workflows/smurf-helm-deploy.yml +++ b/.github/workflows/smurf-helm-deploy.yml @@ -244,7 +244,7 @@ jobs: - name: 🛠️ Set up gcloud SDK if: ${{ inputs.provider == 'gcp' }} - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: project_id: ${{ inputs.gcp_project_id }} install_components: gke-gcloud-auth-plugin @@ -350,7 +350,7 @@ jobs: - name: 🛠️ Set up gcloud SDK if: ${{ inputs.provider == 'gcp' }} - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: project_id: ${{ inputs.gcp_project_id }} install_components: gke-gcloud-auth-plugin