diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index f9a59a7..d26227f 100644 --- a/.github/workflows/helm-lint.yml +++ b/.github/workflows/helm-lint.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Install Helm - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Helm lint run: helm lint . diff --git a/.github/workflows/helm-template.yml b/.github/workflows/helm-template.yml index 0e16b06..ebc4f48 100644 --- a/.github/workflows/helm-template.yml +++ b/.github/workflows/helm-template.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Install Helm - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Update chart dependencies if: inputs.update_dependencies diff --git a/.github/workflows/helm-unittest.yml b/.github/workflows/helm-unittest.yml index 3faaaef..1a491ad 100644 --- a/.github/workflows/helm-unittest.yml +++ b/.github/workflows/helm-unittest.yml @@ -46,7 +46,7 @@ jobs: fetch-depth: 0 - name: Install Helm - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Update chart dependencies if: inputs.update_dependencies