diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 4d8ba1f1b..73e8fdcd1 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -43,7 +43,7 @@ jobs: with: version: ${{ env.HELM_VERSION }} - name: Create kind cluster - uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG }}