diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5027f831..85ff217c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -55,7 +55,7 @@ jobs: with: skipClusterCreation: true version: v0.14.0 - - uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v3 + - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v3 with: version: v3.14.2 - name: e2e testing diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index 142ac124..a4716911 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: fetch-depth: 0 - - uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v3 + - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v3 with: version: v3.14.2 - name: Linting Chart