Skip to content

Commit 6038fac

Browse files
chore(deps): bump google-github-actions/setup-gcloud from 2.2.0 to 3.0.0 (#482)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.2.0 to 3.0.0. - [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@cb1e50a...26f734c) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45c135c commit 6038fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}'
121121
- name: Set up Cloud SDK
122122
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
123-
uses: google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0 https://github.com/google-github-actions/setup-gcloud/releases/tag/v2.2.0
123+
uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0 https://github.com/google-github-actions/setup-gcloud/releases/tag/v3.0.0
124124
- name: Sign binary (Windows)
125125
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
126126
shell: pwsh

0 commit comments

Comments
 (0)