diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b988b0c1..927eb5b86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -190,7 +190,9 @@ jobs: credentials_json: ${{ secrets.GCLOUD_SERVICE_KEY }} - name: 🔧 Setup Google Cloud SDK - uses: google-github-actions/setup-gcloud@v0.3.0 + uses: google-github-actions/setup-gcloud@v2 + with: + skip_install: true - name: 📓 Build Clerk Book run: | @@ -262,7 +264,9 @@ jobs: credentials_json: ${{ secrets.GCLOUD_SERVICE_KEY }} - name: 🔧 Setup Google Cloud SDK - uses: google-github-actions/setup-gcloud@v0.3.0 + uses: google-github-actions/setup-gcloud@v2 + with: + skip_install: true - name: 📠 Copy SSR static build to bucket under SHA run: |