From 083306a1cd8267015a5c48e8e2cf9b6b15973167 Mon Sep 17 00:00:00 2001 From: antelle Date: Fri, 20 Nov 2020 15:24:20 +0100 Subject: [PATCH] google-github-actions --- .github/workflows/build.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}