From e61daf6e57f065b04879cf5f45526fd788abdcc9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Nov 2024 15:28:21 +0000
Subject: [PATCH] Bump google-github-actions/setup-gcloud from 0.2.1 to 2.1.2

Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.2.1 to 2.1.2.
- [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/v0.2.1...v2.1.2)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/gcf-snapshot.yml     | 2 +-
 .github/workflows/gcr-snapshot.yml     | 2 +-
 .github/workflows/release-manually.yml | 2 +-
 .github/workflows/release.yml          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/gcf-snapshot.yml b/.github/workflows/gcf-snapshot.yml
index 31a6c71724b..3730a34e108 100644
--- a/.github/workflows/gcf-snapshot.yml
+++ b/.github/workflows/gcf-snapshot.yml
@@ -23,7 +23,7 @@ jobs:
           GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
           PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
       - name: Authenticate into Google Cloud Platform
-        uses: google-github-actions/setup-gcloud@v0.2.1
+        uses: google-github-actions/setup-gcloud@v2.1.2
         with:
           service_account_email: ${{ secrets.GCLOUD_EMAIL }}
           service_account_key: ${{ secrets.GCLOUD_AUTH }}
diff --git a/.github/workflows/gcr-snapshot.yml b/.github/workflows/gcr-snapshot.yml
index c326ea36ffa..d91d1165079 100644
--- a/.github/workflows/gcr-snapshot.yml
+++ b/.github/workflows/gcr-snapshot.yml
@@ -26,7 +26,7 @@ jobs:
         run: |
           ./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/${{ secrets.GCLOUD_SNAPSHOT_APP_NAME }}:snapshot"
       - name: Authenticate into Google Cloud Platform
-        uses: google-github-actions/setup-gcloud@v0.2.1
+        uses: google-github-actions/setup-gcloud@v2.1.2
         with:
           project_id: ${{ secrets.GCLOUD_PROJECT }}
           service_account_email: ${{ secrets.GCLOUD_EMAIL }}
diff --git a/.github/workflows/release-manually.yml b/.github/workflows/release-manually.yml
index 42b5cbfd462..3271080bfe5 100644
--- a/.github/workflows/release-manually.yml
+++ b/.github/workflows/release-manually.yml
@@ -45,7 +45,7 @@ jobs:
         run: |
           ./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:latest"
       - name: Authenticate into Google Cloud Platform
-        uses: google-github-actions/setup-gcloud@v0.2.1
+        uses: google-github-actions/setup-gcloud@v2.1.2
         with:
           service_account_email: ${{ secrets.GCLOUD_EMAIL }}
           service_account_key: ${{ secrets.GCLOUD_AUTH }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cb5b9474c93..2fb8f4507f4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -349,7 +349,7 @@ jobs:
         run: |
           ./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:${{ steps.release_version.outputs.release_version }}"
       - name: Authenticate into Google Cloud Platform
-        uses: google-github-actions/setup-gcloud@v0.2.1
+        uses: google-github-actions/setup-gcloud@v2.1.2
         with:
           service_account_email: ${{ secrets.GCLOUD_EMAIL }}
           service_account_key: ${{ secrets.GCLOUD_AUTH }}