From c7a4562b9f5664ab2ebf8da519a6f837b8f1e0ce Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Tue, 22 Mar 2022 14:47:15 -0400 Subject: [PATCH] ci: update setup-gcloud to use v0 (#3178) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0feed2623..614c3bf30 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: google-github-actions/setup-gcloud@master + - uses: google-github-actions/setup-gcloud@v0 with: project_id: pomerium-io service_account_key: ${{ secrets.GCP_SERVICE_ACCOUNT }}