diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index a118d82..a711af4 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0 - - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 + - uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v3 - name: Configure Git run: | git config user.name "$GITHUB_ACTOR" diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index da92659..30c11bc 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0 - - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 + - uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v3 - name: Setup Chart Linting id: lint uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992