From c51aa0639b448f0c21e1ef897bced220ebcfd1ff Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Tue, 22 Mar 2022 14:24:03 -0400 Subject: [PATCH] ci: update setup-gcloud to use v0 (#3174) --- .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 875b624e6..2bd8a6e5b 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 }}