ci: bump actions off node 20 - #116
Merged
Merged
Conversation
GitHub is forcing actions/checkout and astral-sh/setup-uv onto node 24 because the pinned majors still target node 20, which is deprecated. Bumping them clears the warning before the forcing is withdrawn. upload-artifact is bumped for the same reason. modflowpy/install-modflow-action has no major past v1, and orhun/git-cliff-action and pypa/gh-action-pypi-publish are current.
Unlike the other two test jobs, the pre-idm job invoked pytest directly rather than through uv, so it depended on the virtual environment being on PATH. Bumping setup-uv dropped that, and the job failed with 'pytest: command not found' on every platform and python version.
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.
GitHub is forcing
actions/checkoutandastral-sh/setup-uvonto node 24 because the pinned majors still target node 20, which is deprecated. This clears the warning before the forcing is withdrawn.actions/checkoutv4 → v7astral-sh/setup-uvv5 → v7actions/upload-artifactv4 → v7modflowpy/install-modflow-actionhas no major past v1;orhun/git-cliff-actionandpypa/gh-action-pypi-publishare current.