chore(ci): bump workflow actions to Node 24 majors#138
Merged
Conversation
GitHub flagged the Node 20 action runtimes as deprecated. Bumps checkout v4->v7, setup-python v5->v6, setup-uv v6->v8, action-gh-release v1->v3, and adds dependabot coverage for github-actions so versions stay current.
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
Same Node 24 action-runtime sweep as robosystems-holon-viewer#24 — GitHub has deprecated the Node 20 action runtimes. Bumps all workflows to the current latest majors:
actions/checkoutv4 → v7 (all workflows)actions/setup-pythonv5 → v6 (test.yml, publish.yml, create-release.yml)astral-sh/setup-uvv6 → v8.3.2 (exact pin — astral-sh publishes no floating v8 major tag; Dependabot keeps it current) (test.yml, create-release.yml)softprops/action-gh-releasev1 → v3 (tag-release.yml)No workflow inputs changed — all actions are used with basic, stable parameters (
python-version,tag_name/name/body,token/fetch-depth; setup-uv is used with no inputs) that carry across these majors.Also adds a minimal
.github/dependabot.yml(github-actions ecosystem, monthly — same pattern as the app repos) so action versions stay current; the drift happened because this repo had no Dependabot coverage.Testing