diff --git a/.github/workflows/test_connect.yaml b/.github/workflows/test_connect.yaml index 44421ed5d0..e7e31c9f03 100644 --- a/.github/workflows/test_connect.yaml +++ b/.github/workflows/test_connect.yaml @@ -41,7 +41,7 @@ jobs: with: fetch-depth: 0 - name: Create kind cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: config: .github/kind.yaml - name: Check kind config worked diff --git a/.github/workflows/test_connectors.yaml b/.github/workflows/test_connectors.yaml index f1bd12b47b..572dafe2a5 100644 --- a/.github/workflows/test_connectors.yaml +++ b/.github/workflows/test_connectors.yaml @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 0 - name: Create kind cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: config: .github/kind.yaml - name: Check kind config worked diff --git a/.github/workflows/test_kminion.yaml b/.github/workflows/test_kminion.yaml index a87bb493b9..d5697eb7ba 100644 --- a/.github/workflows/test_kminion.yaml +++ b/.github/workflows/test_kminion.yaml @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - name: Create kind cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: config: .github/kind.yaml - name: Check kind config worked