Skip to content

Update CI actions to Node 24 majors - #10

Merged
devkyato merged 1 commit into
mainfrom
agent/ci-actions-v7
Jul 29, 2026
Merged

Update CI actions to Node 24 majors#10
devkyato merged 1 commit into
mainfrom
agent/ci-actions-v7

Conversation

@devkyato

Copy link
Copy Markdown
Owner

What changed

  • update actions/checkout from v4 to v7
  • update actions/setup-python from v5 to v7
  • update actions/upload-artifact from v4 to v7
  • record the runtime update in the 0.2.0 changelog

Why

The fully successful post-merge 0.2.0 CI run emitted Node 20 deprecation annotations for every job. The official action releases now provide Node 24-based v7 majors, so I am clearing those warnings before tagging the release.

Validation

The preceding 0.2.0 PR and post-merge run passed all ten jobs. This PR intentionally changes only action major pins and the changelog; its own matrix must pass without the Node 20 annotations before merge.

@devkyato
devkyato marked this pull request as ready for review July 29, 2026 11:05
@devkyato
devkyato merged commit b13d59c into mainJul 29, 2026
10 checks passed
@devkyato
devkyato deleted the agent/ci-actions-v7 branch July 29, 2026 11:05
Sign up for freeto 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.

1 participant

@devkyato