diff --git a/.github/workflows/helm-release-chart.yml b/.github/workflows/helm-release-chart.yml index fa9aa6df..a0e48914 100644 --- a/.github/workflows/helm-release-chart.yml +++ b/.github/workflows/helm-release-chart.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 - name: Log in to GHCR uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 diff --git a/.github/workflows/helm-test-chart.yml b/.github/workflows/helm-test-chart.yml index 541b784a..794dfd2f 100644 --- a/.github/workflows/helm-test-chart.yml +++ b/.github/workflows/helm-test-chart.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Lint the Helm chart run: |