Skip to content

Commit 415cfa8

Browse files
chore(deps): bump google-github-actions/setup-gcloud from 2.1.5 to 2.2.0 (#462)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.1.5 to 2.2.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@6a7c903...cb1e50a) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87511f3 commit 415cfa8

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@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9 # v2.1.5 https://github.com/google-github-actions/setup-gcloud/releases/tag/v2.1.5
123+
uses: google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0 https://github.com/google-github-actions/setup-gcloud/releases/tag/v2.2.0
124124
- name: Sign binary (Windows)
125125
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
126126
shell: pwsh

0 commit comments

Comments
 (0)