Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fi

- name: Create kind cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.14.0
if: steps.list-changed.outputs.changed == 'true'
Comment on lines +59 to 60
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says this bumps helm/kind-action from v1.12.0, but this workflow is actually changing it from v1.10.0 to v1.14.0. Please update the PR description (or clarify if another file was expected to be at v1.12.0).

Copilot uses AI. Check for mistakes.

- name: Create harvester-system namespace
Expand Down
Loading