mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Bump google-github-actions/setup-gcloud from 0 to 1 (#17772)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0 to 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](https://github.com/google-github-actions/setup-gcloud/compare/v0...v1) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com>
This commit is contained in:
parent
18a33c2b40
commit
166eb2e4e1
2
.github/workflows/build-package.yml
vendored
2
.github/workflows/build-package.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- uses: 'google-github-actions/auth@v1'
|
||||
with:
|
||||
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
|
||||
- uses: google-github-actions/setup-gcloud@v0
|
||||
- uses: google-github-actions/setup-gcloud@v1
|
||||
with:
|
||||
version: '285.0.0'
|
||||
- run: gcloud info
|
||||
|
2
.github/workflows/conformance_test.yml
vendored
2
.github/workflows/conformance_test.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
uses: google-github-actions/auth@v1
|
||||
with:
|
||||
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
|
||||
- uses: google-github-actions/setup-gcloud@v0
|
||||
- uses: google-github-actions/setup-gcloud@v1
|
||||
- run: gcloud info
|
||||
- name: Set up Go 1.20
|
||||
uses: actions/setup-go@v1
|
||||
|
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- uses: 'google-github-actions/auth@v1'
|
||||
with:
|
||||
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
|
||||
- uses: google-github-actions/setup-gcloud@v0
|
||||
- uses: google-github-actions/setup-gcloud@v1
|
||||
with:
|
||||
version: '285.0.0'
|
||||
- name: Prepare Assets
|
||||
|
Loading…
Reference in New Issue
Block a user