Skip to content

ci: bump pinned GitHub Actions to current latest stable#13

Open
dmerrick wants to merge 4 commits into
masterfrom
chore/action-version-sweep
Open

ci: bump pinned GitHub Actions to current latest stable#13
dmerrick wants to merge 4 commits into
masterfrom
chore/action-version-sweep

Conversation

@dmerrick

Copy link
Copy Markdown
Owner

Summary

  • Bumps GitHub Actions pins in .github/workflows/ to current latest stable. Mirrors the lessons from tripbot#436: prefer floating-major tags (@v3 not @v3.0.0) so future minors flow in via dependabot, verify post-bump for input-shape changes on major bumps.
  • Cross-repo sweep — tripbot side shipped via #436; infra + website are sibling PRs.

Bumps

  • actions/checkout @v5 -> @v6 (floating major; Node.js 24 runtime)
  • xu-cheng/latex-action @v3 -> @v4 (floating major; Alpine/Debian image support + TeXLive 2026; root_file input unchanged)
  • actions/upload-artifact @v5 -> @v7 (floating major; Node.js 24 + ESM + optional archive param; name/path inputs unchanged)
  • actions/github-script @v8 -> @v9 (floating major; ESM upgrade — only breaking for scripts that require('@actions/github') or redeclare getOctokit. Our release.yml script does neither.)

Deprecated/sunset (flagged, not bumped)

  • None.

Test plan

  • Workflow YAML parses
  • Linting workflow runs green on this PR
  • Build Resume workflow runs green and posts the PDF comment via github-script@v9

@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