We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896b256 commit 68895e5Copy full SHA for 68895e5
.github/workflows/cd.yml
@@ -138,7 +138,7 @@ jobs:
138
139
# Action Repo: https://github.com/google-github-actions/setup-gcloud
140
- name: "Stage 1: Install gcloud ${{ env.GCLOUD_SDK_VERION }}"
141
- uses: google-github-actions/setup-gcloud@v2
+ uses: google-github-actions/setup-gcloud@v3
142
with:
143
version: ${{ env.GCLOUD_SDK_VERION }}
144
@@ -295,7 +295,7 @@ jobs:
295
296
297
if: matrix.federation_member == 'prod'
298
299
300
301
0 commit comments