Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 7b2bb13

Browse files
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](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 8b8fe34 commit 7b2bb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Jacoco
8484
- name: 'Set up Cloud SDK'
8585
if: ${{ env.GOOGLE_SERVICE_ACCOUNT != 0 }}
86-
uses: 'google-github-actions/setup-gcloud@v2'
86+
uses: 'google-github-actions/setup-gcloud@v3'
8787

8888
- name: 'Copy jacoco files'
8989
if: ${{ env.GOOGLE_SERVICE_ACCOUNT != 0 }}

0 commit comments

Comments
 (0)