Skip to content

Commit

Permalink
Merge pull request #101 from dirsigler/renovate/helm-kind-action-1.x
Browse files Browse the repository at this point in the history
chore(deps): update helm/kind-action action to v1.6.0
  • Loading branch information
dirsigler committed May 16, 2023
2 parents 5747377 + deed7d1 commit 8d850eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: ct lint --config .github/ct.yaml --target-branch main

- name: Create kind ${{ matrix.k8s }} cluster
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1.6.0
if: steps.list-changed.outputs.changed == 'true'
with:
node_image: kindest/node:${{ matrix.k8s }}
Expand Down

0 comments on commit 8d850eb

Please sign in to comment.