Skip to content

Commit ed6d19f

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

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

0 commit comments

Comments
 (0)