Skip to content

Commit

Permalink
Upgrade setup-gcloud to v2 (#8286)
Browse files Browse the repository at this point in the history
dlarocque authored Jul 10, 2024

Verified

This commit was signed with the committer’s verified signature.
yuzawa-san James Yuzawa
1 parent 52f8deb commit 9cd3c1e
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/health-metrics-pull-request.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
- uses: 'google-github-actions/auth@v0'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
- uses: google-github-actions/setup-gcloud@v0
- uses: google-github-actions/setup-gcloud@v2
- run: yarn install
- run: yarn build
- name: Run health-metrics/binary-size test
@@ -62,7 +62,7 @@ jobs:
- uses: 'google-github-actions/auth@v0'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
- uses: google-github-actions/setup-gcloud@v0
- uses: google-github-actions/setup-gcloud@v2
- run: yarn install
- run: yarn build
- name: Run health-metrics/modular-exports-binary-size test
2 changes: 1 addition & 1 deletion .github/workflows/health-metrics-release.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
- uses: 'google-github-actions/auth@v0'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
- uses: google-github-actions/setup-gcloud@v0
- uses: google-github-actions/setup-gcloud@v2
- uses: FirebaseExtended/github-actions/health-metrics/release-diffing@master
with:
repo: ${{ github.repository }}

0 comments on commit 9cd3c1e

Please sign in to comment.