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