Skip to content

Commit

Permalink
fix: Replace unapproved GH Actions with approved ones
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed May 20, 2024
1 parent 6ab210b commit ad7bc5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- uses: engineerd/setup-kind@v0.5.0
- uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
with:
version: "v0.16.0"
skipClusterCreation: "true"
version: v0.23.0
install_only: true
- name: Create kind cluster
run: make setup-kind
- name: E2E tests
Expand Down

0 comments on commit ad7bc5a

Please sign in to comment.