diff --git a/.github/workflows/build_release_and_deploy.yml b/.github/workflows/build_release_and_deploy.yml index f0c5389a..956a2125 100644 --- a/.github/workflows/build_release_and_deploy.yml +++ b/.github/workflows/build_release_and_deploy.yml @@ -78,7 +78,7 @@ jobs: 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 }} - name: Login to Google Cloud - uses: google-github-actions/setup-gcloud@v0.6.2 + uses: google-github-actions/setup-gcloud@v0.7.0 with: project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }} service_account_email: ${{ env.GOOGLE_CLOUD_EMAIL }} @@ -104,7 +104,7 @@ jobs: ref: release/v${{ github.event.inputs.web_major_version }}.${{ github.event.inputs.web_minor_version }}.${{ github.event.inputs.web_patch_version }} - name: Login to Google Cloud - uses: google-github-actions/setup-gcloud@v0.6.2 + uses: google-github-actions/setup-gcloud@v0.7.0 with: project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }} service_account_email: ${{ env.GOOGLE_CLOUD_EMAIL }}