Skip to content

Commit

Permalink
Use upstream chainguard-dev/actions/setup-kind
Browse files Browse the repository at this point in the history
  • Loading branch information
norbjd authored Oct 2, 2024
1 parent 02a110a commit 233d6aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 233d6aa

Please sign in to comment.