From 509842c0f031435689b310484a4e025358876d61 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 28 Nov 2020 12:27:32 +0100 Subject: [PATCH] using google-github-actions --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}