diff --git a/.github/workflows/all-helm-lint.yml b/.github/workflows/all-helm-lint.yml index aac1eda..244de68 100644 --- a/.github/workflows/all-helm-lint.yml +++ b/.github/workflows/all-helm-lint.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: ${{ inputs.helm_version }} diff --git a/.github/workflows/all-helm-publish.yml b/.github/workflows/all-helm-publish.yml index 5a16222..71767d0 100644 --- a/.github/workflows/all-helm-publish.yml +++ b/.github/workflows/all-helm-publish.yml @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: ${{ inputs.helm_version }}