From 29fc4d141f73ac24913b6017a7c44eaef8917f29 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 29 Feb 2024 03:34:02 +0000 Subject: [PATCH] chore: bump up azure/setup-helm action to v4 (#5950) 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 | |---|---|---|---| | [azure/setup-helm](https://togithub.com/azure/setup-helm) | action | major | `v3` -> `v4` | --- ### Release Notes
azure/setup-helm (azure/setup-helm) ### [`v4`](https://togithub.com/Azure/setup-helm/releases/tag/v4) [Compare Source](https://togithub.com/azure/setup-helm/compare/v3...v4) Latest v4 release
--- ### 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 +- .github/workflows/helm-releaser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index e4245c0d7..668f082bd 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -24,7 +24,7 @@ runs: shell: bash run: | echo "GIT_SHORT_HASH=$(git rev-parse --short HEAD)" >> "$GITHUB_ENV" - - uses: azure/setup-helm@v3 + - uses: azure/setup-helm@v4 - id: auth uses: google-github-actions/auth@v2 with: diff --git a/.github/workflows/helm-releaser.yml b/.github/workflows/helm-releaser.yml index ed1f48ad5..8047ae2e3 100644 --- a/.github/workflows/helm-releaser.yml +++ b/.github/workflows/helm-releaser.yml @@ -24,7 +24,7 @@ jobs: token: ${{ secrets.HELM_RELEASER_TOKEN }} - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 - name: Install chart releaser run: |