chore: update pinned GitHub Actions to latest versions#360
Closed
toiroakr wants to merge 1 commit into
Closed
Conversation
Ran pinact --update across hand-written .github/workflows and .github/actions (excluding *.lock.yml, which gh-aw generates from its own .md sources and manages separately). Manually corrected one entry pinact proposed that wasn't actually the latest stable release: changesets/action (it picked v2.0.0-next.3, a prerelease, over the latest stable v1.9.0 — same issue found and fixed in tailor-platform/sdk's equivalent update). Bumps: actions/checkout v4.2.2 -> v7.0.0, actions/setup-node v4.4.0 -> v6.4.0, actions/cache v5.0.5 -> v5.1.0, pnpm/action-setup v4.1.0 -> v6.0.9, github/gh-aw-actions v0.80.9 -> v0.82.2, lycheeverse/lychee- action v2.4.1 -> v2.8.0, changesets/action v1.4.10 -> v1.9.0. Verified all SHA/version pairs with pinact --verify.
Author
|
Closing — action version updates are out of scope for the license-check migration work. Will revisit separately if needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pinact --updateacross hand-written.github/workflowsand.github/actions(excluding*.lock.yml, whichgh-awgenerates from its own.mdsources and manages separately — untouched here).pinactproposed that wasn't actually the latest stable release:changesets/action(it pickedv2.0.0-next.3, a prerelease, over the latest stablev1.9.0).pinact --verify.Bumps
actions/checkoutv4.2.2 → v7.0.0actions/setup-nodev4.4.0 → v6.4.0actions/cache(/restore,/save) v5.0.5 → v5.1.0pnpm/action-setupv4.1.0 → v6.0.9github/gh-aw-actions(/setup,/setup-cli) v0.80.9 → v0.82.2lycheeverse/lychee-actionv2.4.1 → v2.8.0changesets/actionv1.4.10 → v1.9.0actions/checkout/setup-node/pnpm/action-setupare multi-major jumps, but these exact versions are already in production use elsewhere in the org (e.g.tailor-platform/actions,tailor-platform/sdk), so compatibility is proven.