Skip to content

ci: bump external actions to current stable versions#299

Merged
atoomic merged 1 commit intoTest-More:masterfrom
Koan-Bot:koan.atoomic/bump-ci-actions
Feb 26, 2026
Merged

ci: bump external actions to current stable versions#299
atoomic merged 1 commit intoTest-More:masterfrom
Koan-Bot:koan.atoomic/bump-ci-actions

Conversation

@Koan-Bot
Copy link
Contributor

What

Bump all external GitHub Actions in the CI workflow to their current stable versions.

Why

Keep CI infrastructure current — actions/checkout v4 uses an outdated Node.js runtime, and perl-versions v2 adds useful features (the latest keyword, multi-target support).

How

  • actions/checkout: v4 → v6 (node24, credential handling improvements)
  • perl-actions/perl-versions: v1 → v2 (backward-compatible output format)
  • perl-actions/install-with-cpm: kept at @v1 — the floating tag already resolves to v1.9 (latest)

Testing

No behavioral changes to the test suite itself. CI will validate on first run.

- actions/checkout: v4 → v6 (node24 runtime, persist creds to separate file)
- perl-actions/perl-versions: v1 → v2 (supports 'latest' keyword, multiple targets)
- perl-actions/install-with-cpm: stays at v1 (floating tag already resolves to v1.9)
@atoomic atoomic marked this pull request as ready for review February 26, 2026 03:57
@atoomic atoomic merged commit 8583634 into Test-More:master Feb 26, 2026
20 checks passed
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.

2 participants