Skip to content

Commit

Permalink
Switch to new gcloud GitHub action
Browse files Browse the repository at this point in the history
Old one has been deprecated.

Signed-off-by: Ben Firshman <[email protected]>
  • Loading branch information
bfirsh authored and andreasjansson committed Mar 12, 2021
1 parent f170afd commit a8032b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
aws-region: us-east-1
- name: Setup GCP credentials
if: ${{ env.SECRETS_ARE_AVAILABLE }}
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0.2.1
with:
version: "290.0.1"
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
aws-region: us-east-1
- name: Setup GCP credentials
if: ${{ env.SECRETS_ARE_AVAILABLE }}
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0.2.1
with:
version: "290.0.1"
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
aws-region: us-east-1
- name: Setup GCP credentials
if: ${{ env.SECRETS_ARE_AVAILABLE }}
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0.2.1
with:
version: "290.0.1"
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
with:
python-version: 3.7
- name: Setup GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0.2.1
with:
version: "290.0.1"
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand Down

0 comments on commit a8032b4

Please sign in to comment.