From 20a54cf45490b54c26d3e92de74926705f1fe62c Mon Sep 17 00:00:00 2001 From: Danny Chiao Date: Thu, 9 Dec 2021 16:11:13 -0800 Subject: [PATCH] Fix release workflow to use the new GCP action Signed-off-by: Danny Chiao --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4619cdbc86..6ee5bf31d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: VERSION_WITHOUT_PREFIX: ${{ needs.get-version.outputs.version_without_prefix }} steps: - uses: actions/checkout@v2 - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + - uses: google-github-actions/setup-gcloud@master with: version: '290.0.1' export_default_credentials: true