From 116ecfb7c4b6d9a1b5985e77120fbdb23a34cd7e Mon Sep 17 00:00:00 2001 From: Justin Ashworth Date: Fri, 3 Jun 2022 15:24:08 -0400 Subject: [PATCH] Updated workflows for a non-functioning action --- .github/workflows/GCP-CreateRelease.yml | 2 +- .github/workflows/GCP-CreateVMRelease.yml | 2 +- .github/workflows/GCPCouchbaseServerAndSyncGatewayBYOL.yml | 2 +- .github/workflows/GCPCouchbaseServerAndSyncGatewayHourly.yml | 2 +- .github/workflows/GCPCouchbaseSyncGatewayBYOL.yml | 2 +- .github/workflows/GCPCouchbaseSyncGatewayHourly.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/GCP-CreateRelease.yml b/.github/workflows/GCP-CreateRelease.yml index 0b76bfd..517eea9 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@main + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_VM_PROJECT_ID }} service_account_key: ${{ secrets.GCP_COUCHBASE_PUBLIC_SA_KEY }} diff --git a/.github/workflows/GCP-CreateVMRelease.yml b/.github/workflows/GCP-CreateVMRelease.yml index 78c3a14..36f2fe8 100644 --- a/.github/workflows/GCP-CreateVMRelease.yml +++ b/.github/workflows/GCP-CreateVMRelease.yml @@ -47,7 +47,7 @@ jobs: # Runs a single command using the runners shell - name: GCP Setup - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_VM_PROJECT_ID }} service_account_key: ${{ secrets.GCP_COUCHBASE_PUBLIC_SA_KEY }} diff --git a/.github/workflows/GCPCouchbaseServerAndSyncGatewayBYOL.yml b/.github/workflows/GCPCouchbaseServerAndSyncGatewayBYOL.yml index 33c09d0..fe40434 100644 --- a/.github/workflows/GCPCouchbaseServerAndSyncGatewayBYOL.yml +++ b/.github/workflows/GCPCouchbaseServerAndSyncGatewayBYOL.yml @@ -27,7 +27,7 @@ jobs: # Runs a single command using the runners shell - name: GCP Setup - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }} diff --git a/.github/workflows/GCPCouchbaseServerAndSyncGatewayHourly.yml b/.github/workflows/GCPCouchbaseServerAndSyncGatewayHourly.yml index 774350f..b15485e 100644 --- a/.github/workflows/GCPCouchbaseServerAndSyncGatewayHourly.yml +++ b/.github/workflows/GCPCouchbaseServerAndSyncGatewayHourly.yml @@ -27,7 +27,7 @@ jobs: # Runs a single command using the runners shell - name: GCP Setup - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }} diff --git a/.github/workflows/GCPCouchbaseSyncGatewayBYOL.yml b/.github/workflows/GCPCouchbaseSyncGatewayBYOL.yml index 41cec2a..d9a612d 100644 --- a/.github/workflows/GCPCouchbaseSyncGatewayBYOL.yml +++ b/.github/workflows/GCPCouchbaseSyncGatewayBYOL.yml @@ -27,7 +27,7 @@ jobs: # Runs a single command using the runners shell - name: GCP Setup - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }} diff --git a/.github/workflows/GCPCouchbaseSyncGatewayHourly.yml b/.github/workflows/GCPCouchbaseSyncGatewayHourly.yml index d7f6534..b077da4 100644 --- a/.github/workflows/GCPCouchbaseSyncGatewayHourly.yml +++ b/.github/workflows/GCPCouchbaseSyncGatewayHourly.yml @@ -27,7 +27,7 @@ jobs: # Runs a single command using the runners shell - name: GCP Setup - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }}