Skip to content

tidy: ci — bump pinned GitHub Actions off Node 20 deprecation#44

Open
erikshafer wants to merge 1 commit into
mainfrom
tidy/ci-bump-actions-v5
Open

tidy: ci — bump pinned GitHub Actions off Node 20 deprecation#44
erikshafer wants to merge 1 commit into
mainfrom
tidy/ci-bump-actions-v5

Conversation

@erikshafer

Copy link
Copy Markdown
Owner

Summary

  • actions/checkout, actions/setup-dotnet, actions/cache, and actions/upload-artifact were pinned to @v4, which CI has been annotating as Node 20-deprecated since at least PR tidy: packages — Critter Stack refresh (WolverineFx 6.8 → 6.17) #41 (package refresh) and repeated in the post-PR-42 handoff.
  • Bumped to current latest majors, verified live against GitHub's tag/release API rather than the source retros' stale "bump to v5" mention: checkout@v7, setup-dotnet@v6, cache@v6, upload-artifact@v7.
  • First tidy: ci session — new tidy area, one-off per docs/prompts/README.md convention.

Note: this branch was cut from main before PR #43 (tidy: housekeeping — refresh stale CLAUDE.md status line) merged, so this PR's docs/prompts/README.md and docs/retrospectives/README.md edits land at a slightly earlier insertion point than #43's. Expect a small, trivially-resolvable conflict in those two index files if both are merged — recommend merging #43 first, then rebasing this one, or just resolving inline (both are pure list-append edits).

Test plan

  • No local verification path for a GitHub Actions version bump — this PR's own CI run is the test. Confirm green before merging.

checkout, setup-dotnet, cache, and upload-artifact were pinned to v4,
which CI has been annotating as Node 20-deprecated since at least
PR #41. Verified current latest majors live against GitHub rather
than trusting the stale "bump to v5" figure the source retros
mentioned: checkout@v7, setup-dotnet@v6, cache@v6, upload-artifact@v7.
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.

1 participant