From 233d6aa783aa3a1ce8ef8925c11ffca87de83268 Mon Sep 17 00:00:00 2001 From: norbjd Date: Wed, 2 Oct 2024 15:49:11 +0200 Subject: [PATCH] Use upstream chainguard-dev/actions/setup-kind --- .github/workflows/kind-e2e.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 410a33b..69924b6 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -39,9 +39,7 @@ jobs: uses: actions/checkout@v4 - name: Setup KinD - # TODO: this is a fork to be able to use feature gates - # TODO: change to the official chainguard-dev/actions/setup-kind@main when merged upstream - uses: norbjd/actions/setup-kind@add-feature-gates-to-setup-kind + uses: chainguard-dev/actions/setup-kind@acaa0304efab07960b18bcf59117c1560d8cee10 with: k8s-version: ${{ matrix.k8s-version }} kind-worker-count: 1