Skip to content

Commit d38083c

Browse files
chore(deps): bump google-github-actions/setup-gcloud from 2 to 3 (#41)
* 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> * chore: ci workflow trigger --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <saidsef@gmail.com>
1 parent 9510d81 commit d38083c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
service_account: "${{ secrets.GOOGLE_SERVICE_ACCOUNT }}"
4949
- id: 'setup'
5050
name: 'Setup Cloud SDK'
51-
uses: google-github-actions/setup-gcloud@v2
51+
uses: google-github-actions/setup-gcloud@v3
5252
with:
5353
version: '>= 471.0.0'
5454
- id: 'gcloud'

0 commit comments

Comments
 (0)