From f0c70b92f4905f27fb3ba6fd1cff9ca52b885bb9 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 10 Dec 2023 07:33:07 +0000 Subject: [PATCH] chore: bump up google-github-actions/setup-gcloud action to v2 (#5241) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/setup-gcloud](https://togithub.com/google-github-actions/setup-gcloud) | action | major | `v1` -> `v2` | --- ### Release Notes
google-github-actions/setup-gcloud (google-github-actions/setup-gcloud) ### [`v2`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v2) [Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v1...v2) **:warning: This version requires Node 20 or later!** Floating v2 alias
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE). --- .github/actions/deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 58213a8673..e4245c0d78 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -34,7 +34,7 @@ runs: project_id: '${{ inputs.gcp-project-id }}' - name: 'Setup gcloud cli' - uses: 'google-github-actions/setup-gcloud@v1' + uses: 'google-github-actions/setup-gcloud@v2' with: install_components: 'gke-gcloud-auth-plugin'