Fix ga Warnings and Include Status Badges#3
Merged
MattsonCam merged 4 commits intomainfrom May 7, 2026
Merged
Conversation
added 4 commits
May 1, 2026 10:38
Upgrade checkout and uv setup actions in test and publish workflows to supported major versions, and force JavaScript actions to run on Node 24 now to proactively avoid Node 20 deprecation warnings.
Add Tests, PyPI version, and Publish-to-PyPI badges to the README for clearer project and release visibility. Update workflow actions to Node 24-compatible major versions and force Node 24 execution to eliminate Node 20 deprecation warnings in GitHub Actions.
Bump astral-sh/setup-uv from v6 to v8 in test and publish workflows so GitHub Actions no longer relies on the Node 20-targeted action runtime during CI and release jobs.
Replace astral-sh/setup-uv@v8 with @v8.1.0 in test and publish workflows because the v8 major alias is not published and caused GitHub Actions setup to fail before jobs could start.
gwaybio
approved these changes
May 6, 2026
Member
Author
|
Thanks @gwaybio ! Merging now |
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.
This PR updates GitHub Actions to Node 24-compatible action versions and enables actions with version 24 in test and publish workflows to proactively remove Node 20 deprecation warnings. It also adds README badges for test status, PyPI version, and Publish-to-PyPI workflow visibility.