diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7c8c47f..426f2bd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + - uses: google-github-actions/github-actions/setup-gcloud@master with: version: '285.0.0' service_account_key: ${{ secrets.GCP_SA_KEY }}