From 3ae0c11ff321e0533578c8c8da64738f49d1d507 Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Sun, 14 Jul 2024 18:17:53 +0200 Subject: [PATCH] gcloud sdk --- .github/workflows/ci-cd-publish-test-production.yml | 6 +++++- .github/workflows/ci-cd-publish-test-production.yml.erb | 6 +++++- .github/workflows/ci-cd-publish-test-test.yml | 6 +++++- .github/workflows/ci-cd-publish-test-test.yml.erb | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd-publish-test-production.yml b/.github/workflows/ci-cd-publish-test-production.yml index d1ca5c63..f3d4bd9b 100644 --- a/.github/workflows/ci-cd-publish-test-production.yml +++ b/.github/workflows/ci-cd-publish-test-production.yml @@ -87,9 +87,13 @@ jobs: needs: - determine_necessary_jobs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: 'Set up Cloud SDK' + uses: 'google-github-actions/setup-gcloud@v2' + with: + version: '>= 363.0.0' - name: Login to Google Cloud uses: ./.github/actions/gcloud-login with: diff --git a/.github/workflows/ci-cd-publish-test-production.yml.erb b/.github/workflows/ci-cd-publish-test-production.yml.erb index 83d50d8c..a1585cf8 100644 --- a/.github/workflows/ci-cd-publish-test-production.yml.erb +++ b/.github/workflows/ci-cd-publish-test-production.yml.erb @@ -77,9 +77,13 @@ jobs: needs: - determine_necessary_jobs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: 'Set up Cloud SDK' + uses: 'google-github-actions/setup-gcloud@v2' + with: + version: '>= 363.0.0' - name: Login to Google Cloud uses: ./.github/actions/gcloud-login with: diff --git a/.github/workflows/ci-cd-publish-test-test.yml b/.github/workflows/ci-cd-publish-test-test.yml index 40c09633..3a519c7b 100644 --- a/.github/workflows/ci-cd-publish-test-test.yml +++ b/.github/workflows/ci-cd-publish-test-test.yml @@ -86,9 +86,13 @@ jobs: needs: - determine_necessary_jobs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: 'Set up Cloud SDK' + uses: 'google-github-actions/setup-gcloud@v2' + with: + version: '>= 363.0.0' - name: Login to Google Cloud uses: ./.github/actions/gcloud-login with: diff --git a/.github/workflows/ci-cd-publish-test-test.yml.erb b/.github/workflows/ci-cd-publish-test-test.yml.erb index 1f7d8c3b..c5533184 100644 --- a/.github/workflows/ci-cd-publish-test-test.yml.erb +++ b/.github/workflows/ci-cd-publish-test-test.yml.erb @@ -76,9 +76,13 @@ jobs: needs: - determine_necessary_jobs steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: 'Set up Cloud SDK' + uses: 'google-github-actions/setup-gcloud@v2' + with: + version: '>= 363.0.0' - name: Login to Google Cloud uses: ./.github/actions/gcloud-login with: