Skip to content

Commit 3ad2dd8

Browse files
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](google-github-actions/setup-gcloud@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] <support@github.com>
1 parent f8e792b commit 3ad2dd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-networks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
credentials_json: '${{ secrets.GCP_NETWORKS_UPLOADER_SA }}'
8686
- name: 'Set up Cloud SDK'
87-
uses: 'google-github-actions/setup-gcloud@v2'
87+
uses: 'google-github-actions/setup-gcloud@v3'
8888

8989
- name: Download executable
9090
uses: actions/download-artifact@v5
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
credentials_json: '${{ secrets.GCP_NETWORKS_UPLOADER_SA }}'
109109
- name: 'Set up Cloud SDK'
110-
uses: 'google-github-actions/setup-gcloud@v2'
110+
uses: 'google-github-actions/setup-gcloud@v3'
111111

112112
- name: Download executable
113113
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)