Skip to content

Commit

Permalink
fix: update github workflow to use node>=16 (#336)
Browse files Browse the repository at this point in the history
GitHub workflow is giving off a warning about the node version used for
some of the actions (engineerd/setup-kind) being deprecated. This commit
changes the plugin to helm/kind-action to avoid that.

Signed-off-by: Daniel Mellado <[email protected]>
  • Loading branch information
danielmellado authored Aug 17, 2023
1 parent a9a484f commit a66295f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/e2e-tests-olm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ runs:
- uses: azure/setup-kubectl@v3

- name: Start Kind
uses: engineerd/setup-kind@v0.5.0
uses: helm/kind[email protected].0
with:
version: ${{ inputs.kind-version }}
image: ${{ inputs.kind-image }}
node_image: ${{ inputs.kind-image }}
wait: 300s
config: ./hack/kind/config.yaml

Expand Down

0 comments on commit a66295f

Please sign in to comment.