diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index e36565ab21ac..f487346bd3db 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -45,7 +45,7 @@ jobs: run: ct lint --config .github/linters/ct.yaml - name: Create kind cluster - uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 + uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 if: steps.list-changed.outputs.changed == 'true' - name: Apply Gateway API CRDs