diff --git a/.github/workflows/ct.yaml b/.github/workflows/ct.yaml index 27f858e..3a52eec 100644 --- a/.github/workflows/ct.yaml +++ b/.github/workflows/ct.yaml @@ -36,7 +36,7 @@ jobs: run: ct lint --target-branch ${{ github.event.repository.default_branch }} --config ct.yaml --check-version-increment=false - name: Create kind cluster - uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)