From 1ec521bf8bbbdda93575efe4492cb9e822a730c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:59:39 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cecaedf..e5befb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.PACKAGES_TOKEN }} - name: Setup helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: "v3.11.1"