From a72c7721dbda3c785d124115d1005f517ba26b69 Mon Sep 17 00:00:00 2001 From: devex-sa Date: Wed, 24 Jun 2026 20:37:03 +0000 Subject: [PATCH] Update azure/setup-helm action to v5.0.1 --- .github/actions/helm-repo-update/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/helm-repo-update/action.yml b/.github/actions/helm-repo-update/action.yml index e60b68f..c7292b3 100644 --- a/.github/actions/helm-repo-update/action.yml +++ b/.github/actions/helm-repo-update/action.yml @@ -19,7 +19,7 @@ inputs: runs: using: "composite" steps: - - uses: azure/setup-helm@v5.0.0 + - uses: azure/setup-helm@v5.0.1 with: version: 'latest' - name: Configure aws credentials