From 3ad2dd8f9d2e54d32be4a538f08c0a4628f3d402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 04:31:21 +0000 Subject: [PATCH] chore(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/push-networks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-networks.yaml b/.github/workflows/push-networks.yaml index aa12bea..7602cf6 100644 --- a/.github/workflows/push-networks.yaml +++ b/.github/workflows/push-networks.yaml @@ -84,7 +84,7 @@ jobs: with: credentials_json: '${{ secrets.GCP_NETWORKS_UPLOADER_SA }}' - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v2' + uses: 'google-github-actions/setup-gcloud@v3' - name: Download executable uses: actions/download-artifact@v5 @@ -107,7 +107,7 @@ jobs: with: credentials_json: '${{ secrets.GCP_NETWORKS_UPLOADER_SA }}' - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v2' + uses: 'google-github-actions/setup-gcloud@v3' - name: Download executable uses: actions/download-artifact@v5