Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Allex1 committed Nov 20, 2023
1 parent c75cccf commit f861725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ runs:
uses: helm/[email protected]

- name: Create kind cluster
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1.8.0
if: ${{ inputs.create-kind-cluster == 'true' }}
with:
node_image: kindest/node:v1.24.12
node_image: kindest/node:v1.28.0

- name: Add Dependencies
shell: bash
Expand Down

0 comments on commit f861725

Please sign in to comment.