From f933b0b7089428d325df0eff0ac81f86224c11e3 Mon Sep 17 00:00:00 2001 From: Ali Afsharzadeh Date: Sun, 9 Jun 2024 12:43:09 +0330 Subject: [PATCH] Upgrade setup-helm action from v3 to v4 (#19897) --- .github/workflows/helm-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index a30a1fb62..f444106f1 100644 --- a/.github/workflows/helm-lint.yml +++ b/.github/workflows/helm-lint.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 - name: Run helm lint run: |