diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index e01f8dd..016d2d6 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1 with: version: v3.17.0 @@ -106,7 +106,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true'