Skip to content

Commit b59a56d

Browse files
authored
Fix Health Metrics GitHub Actions bots. Fixes issue #6097. (#6098)
1 parent f8c571c commit b59a56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/health-metrics-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v2
2525
with:
2626
node-version: 14.x
27-
- uses: google-github-actions/setup-gcloud@master
27+
- uses: google-github-actions/setup-gcloud@v0
2828
with:
2929
service_account_key: ${{ secrets.GCP_SA_KEY }}
3030
- run: yarn install
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-node@v2
4141
with:
4242
node-version: 14.x
43-
- uses: google-github-actions/setup-gcloud@master
43+
- uses: google-github-actions/setup-gcloud@v0
4444
with:
4545
service_account_key: ${{ secrets.GCP_SA_KEY }}
4646
- run: yarn install

0 commit comments

Comments
 (0)