|
33 | 33 | env_vars: TEST_ENV=TEST_VAR
|
34 | 34 |
|
35 | 35 | - name: Setup Authentication with gcloud
|
36 |
| - uses: google-github-actions/setup-gcloud@master |
| 36 | + uses: google-github-actions/setup-gcloud@main |
37 | 37 | with:
|
38 | 38 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
39 | 39 | export_default_credentials: true
|
|
92 | 92 | MY_SECOND_SECRET=new_value:latest
|
93 | 93 |
|
94 | 94 | - name: Setup Authentication with gcloud
|
95 |
| - uses: google-github-actions/setup-gcloud@master |
| 95 | + uses: google-github-actions/setup-gcloud@main |
96 | 96 | with:
|
97 | 97 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
98 | 98 | export_default_credentials: true
|
@@ -151,7 +151,7 @@ jobs:
|
151 | 151 | metadata: ./tests/unit/service.basic.yaml
|
152 | 152 |
|
153 | 153 | - name: Setup Authentication with gcloud
|
154 |
| - uses: google-github-actions/setup-gcloud@master |
| 154 | + uses: google-github-actions/setup-gcloud@main |
155 | 155 | with:
|
156 | 156 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
157 | 157 | export_default_credentials: true
|
@@ -190,7 +190,7 @@ jobs:
|
190 | 190 | metadata: ./tests/unit/service.full.yaml
|
191 | 191 |
|
192 | 192 | - name: Setup Authentication with gcloud
|
193 |
| - uses: google-github-actions/setup-gcloud@master |
| 193 | + uses: google-github-actions/setup-gcloud@main |
194 | 194 | with:
|
195 | 195 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
196 | 196 | export_default_credentials: true
|
@@ -251,7 +251,7 @@ jobs:
|
251 | 251 | metadata: ./tests/unit/service.namedrevision.yaml
|
252 | 252 |
|
253 | 253 | - name: Setup Authentication with gcloud
|
254 |
| - uses: google-github-actions/setup-gcloud@master |
| 254 | + uses: google-github-actions/setup-gcloud@main |
255 | 255 | with:
|
256 | 256 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
257 | 257 | export_default_credentials: true
|
@@ -381,7 +381,7 @@ jobs:
|
381 | 381 | runs-on: ubuntu-latest
|
382 | 382 | needs: [envvars, secret-manager, metadata, yaml, revision, name]
|
383 | 383 | steps:
|
384 |
| - - uses: google-github-actions/setup-gcloud@master |
| 384 | + - uses: google-github-actions/setup-gcloud@main |
385 | 385 | with:
|
386 | 386 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
387 | 387 | project_id: ${{ secrets.DEPLOY_CLOUDRUN_PROJECT_ID }}
|
|
0 commit comments