diff --git a/.github/workflows/GCP-CreateRelease.yml b/.github/workflows/GCP-CreateRelease.yml index 41cf608..0b76bfd 100644 --- a/.github/workflows/GCP-CreateRelease.yml +++ b/.github/workflows/GCP-CreateRelease.yml @@ -25,7 +25,7 @@ jobs: run: mkdir ${GITHUB_WORKSPACE}/build # Runs a set of commands using the runners shell - name: GCP Setup - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@main with: project_id: ${{ secrets.GCP_VM_PROJECT_ID }} service_account_key: ${{ secrets.GCP_COUCHBASE_PUBLIC_SA_KEY }}