Skip to content

Update CI workflow to use actions/checkout@v6#7

Merged
tim-hoffman merged 2 commits intomainfrom
copilot/update-github-actions-checkout
Apr 13, 2026
Merged

Update CI workflow to use actions/checkout@v6#7
tim-hoffman merged 2 commits intomainfrom
copilot/update-github-actions-checkout

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 13, 2026

Update GitHub Actions checkout usage from actions/checkout@v4 to actions/checkout@v6.
Due to deprecation of Node 20
see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

  • Scope

    • .github/workflows/ci.yml only
    • No behavioral changes to job logic, matrix config, or command steps
  • Workflow updates

    • Replaced all checkout steps from:
      • test
      • doc-links
      • fmt
      • clippy
  • Example change

    - uses: actions/checkout@v4
    + uses: actions/checkout@v6

Copilot AI and others added 2 commits April 13, 2026 21:41
Agent-Logs-Url: https://github.com/project-llzk/haloumi/sessions/bd4649ba-4f5f-4a46-96cb-38f6e93021d2

Co-authored-by: tim-hoffman <4001421+tim-hoffman@users.noreply.github.com>
Agent-Logs-Url: https://github.com/project-llzk/haloumi/sessions/bd4649ba-4f5f-4a46-96cb-38f6e93021d2

Co-authored-by: tim-hoffman <4001421+tim-hoffman@users.noreply.github.com>
@tim-hoffman tim-hoffman merged commit fc33a06 into main Apr 13, 2026
5 checks passed
@tim-hoffman tim-hoffman deleted the copilot/update-github-actions-checkout branch April 13, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants