From 70c75ee6f85331fc0fad933b5887c4c7f7a85701 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:46:01 +0000 Subject: [PATCH] Update azure/setup-helm action to v4 --- .github/actions/helm-local/action.yml | 2 +- .github/actions/helm-test/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/helm-local/action.yml b/.github/actions/helm-local/action.yml index 9c402ba9..16b172e0 100644 --- a/.github/actions/helm-local/action.yml +++ b/.github/actions/helm-local/action.yml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: 3.9.0 diff --git a/.github/actions/helm-test/action.yml b/.github/actions/helm-test/action.yml index e858ca47..c73e8e1f 100644 --- a/.github/actions/helm-test/action.yml +++ b/.github/actions/helm-test/action.yml @@ -13,7 +13,7 @@ runs: using: "composite" steps: - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: 3.9.0