diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04d2e70fe95..ccbe6d668a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,5 +54,5 @@ jobs: - run: npm audit --audit-level=critical - run: npm run build-with-tests && npm run test-transpiled - name: Create k8s Kind Cluster - uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 + uses: helm/kind-action@06c1ae10762d3b9c1644e7fe69596ae519e015a2 # v1.15.0 - run: npm run integration-test