Skip to content

Commit 22f68c6

Browse files
Update google-github-actions/setup-gcloud action to v0.7.0 (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1e63ed commit 22f68c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
docker push $DOCKER_USER/$IMAGE_NAME:v${{ github.event.inputs.web_major_version }}.${{ github.event.inputs.web_minor_version }}.${{ github.event.inputs.web_patch_version }}
7979
8080
- name: Login to Google Cloud
81-
uses: google-github-actions/setup-gcloud@v0.6.2
81+
uses: google-github-actions/setup-gcloud@v0.7.0
8282
with:
8383
project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }}
8484
service_account_email: ${{ env.GOOGLE_CLOUD_EMAIL }}
@@ -104,7 +104,7 @@ jobs:
104104
ref: release/v${{ github.event.inputs.web_major_version }}.${{ github.event.inputs.web_minor_version }}.${{ github.event.inputs.web_patch_version }}
105105

106106
- name: Login to Google Cloud
107-
uses: google-github-actions/setup-gcloud@v0.6.2
107+
uses: google-github-actions/setup-gcloud@v0.7.0
108108
with:
109109
project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }}
110110
service_account_email: ${{ env.GOOGLE_CLOUD_EMAIL }}

0 commit comments

Comments
 (0)