Skip to content

ci: action-version hygiene sweep#14

Open
dmerrick wants to merge 1 commit into
masterfrom
chore/action-version-hygiene
Open

ci: action-version hygiene sweep#14
dmerrick wants to merge 1 commit into
masterfrom
chore/action-version-hygiene

Conversation

@dmerrick

Copy link
Copy Markdown
Owner

Summary

Bump pinned GitHub Actions to current floating-major tags. Mirrors the recent tripbot (#436), infra (#480), and website (#225) sweeps.

Changes

Action Before After Notes
actions/checkout @v5 @v6 Floating-major; safe, used elsewhere across adanalife repos
actions/upload-artifact @v5 @v7 v6 added Node.js 24 runtime, v7 added optional archive: false for direct uploads — default single-file upload behavior preserved
actions/github-script @v8 @v9 v9 ESM upgrade breaks require('@actions/github'); our release.yml script uses the injected github octokit directly, no require() calls

Skipped this round

  • xu-cheng/latex-action@v3@v4: no release notes published for v4.0.0 yet. Holding on @V3 until upstream documents the major bump.

Test plan

  • Eyeballed diff — version-string changes only, no logic drift
  • CI: linting + publish + release workflows run green on this PR

Mirrors the recent tripbot (#436), infra (#480), and website (#225) passes.
Bumps to current floating-major where the upstream ships them:

- actions/checkout       v5 -> v6
- actions/upload-artifact v5 -> v7  (Node.js 24 runtime + ESM; default
                                     behavior preserved for our single-file
                                     artifact upload)
- actions/github-script  v8 -> v9   (release.yml script uses the injected
                                     `github` octokit directly; no
                                     `require('@actions/github')` calls
                                     that v9's ESM upgrade would break)

Skipped this round:
- xu-cheng/latex-action v3 -> v4: no release notes published for v4.0.0;
  leaving on @V3 until upstream documents the major bump.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

resume.pdf

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