build: update gcloud to use non-deprecated action

This commit is contained in:
Brendan Hay 2020-11-20 07:47:04 +01:00 committed by GitHub
parent 506e768507
commit 3d2b24e85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ jobs:
name: mars name: mars
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@0.2.0 - uses: google-github-actions/setup-gcloud@v0.2.0
with: with:
version: '290.0.1' version: '290.0.1'
service_account_key: ${{ secrets.GCS_SERVICE_ACCOUNT_KEY }} service_account_key: ${{ secrets.GCS_SERVICE_ACCOUNT_KEY }}