diff --git a/.github/workflows/call-lint-chart.yaml b/.github/workflows/call-lint-chart.yaml index 540fb0813..985e7e784 100644 --- a/.github/workflows/call-lint-chart.yaml +++ b/.github/workflows/call-lint-chart.yaml @@ -70,7 +70,7 @@ jobs: # https://github.com/Azure/setup-helm - name: Set up Helm if: ${{ env.RUN_JUST_LINT_CHART == 'false' }} - uses: azure/setup-helm@v3.5 + uses: azure/setup-helm@v4 # https://github.com/actions/setup-python - name: Set up Python diff --git a/.github/workflows/call-release-chart.yaml b/.github/workflows/call-release-chart.yaml index 093a34a39..346ef74b9 100644 --- a/.github/workflows/call-release-chart.yaml +++ b/.github/workflows/call-release-chart.yaml @@ -90,7 +90,7 @@ jobs: ## chart - name: Install Helm - uses: azure/setup-helm@v3.5 + uses: azure/setup-helm@v4 - name: Download Chart Artifact uses: actions/download-artifact@v4.1.5