diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9768c5af..154e4f81 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -224,7 +224,7 @@ jobs: with: tagRegex: "^v(\\d+\\.\\d+\\.\\d+)$" tagRegexGroup: 1 - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + - uses: google-github-actions/setup-gcloud with: version: '285.0.0' service_account_key: ${{ secrets.GCP_SA_KEY }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c38d607a..006ea3c9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: with: fetch-depth: 0 ref: 'gh-pages' - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + - uses: google-github-actions/setup-gcloud with: version: '285.0.0' service_account_key: ${{ secrets.GCP_SA_KEY }}