new google github action url

pull/273/head
Frostebite 2021-07-27 23:43:32 +01:00
parent ea67543fa5
commit 9ece3e278a
1 changed files with 2 additions and 1 deletions

View File

@ -29,13 +29,14 @@ jobs:
# Checkout #
###########################
- uses: actions/checkout@v2
if: github.event.event_type != 'pull_request_target'
with:
lfs: true
###########################
# Setup #
###########################
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@master
with:
version: '288.0.0'
service_account_email: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_EMAIL }}