Conversation
deb9d84 to
2d870d8
Compare
NOTE: GitHub is removing Node20.js from its GitHub Actions runners in June 2026, thus necessitating version updates: ./github/workflows/build-gcpy-environment-py312.yml ./github/workflows/build-gcpy-environment-py313.yml ./github/workflows/build-rtd-environment.yml - Changed checkout@v4 to checkout@v6 - Changed setup-micromamba@v1 to setup-micromamba@v3 - Removed Python 3.9 from the build matrix .github/workflows/codeql.yml - Changed checkout@v4 to checkout@v6 - Changed codeql-action/* from v3 to v4 .github/workflows/lint-ci-workflows.yml .github/workflows/publish-python.yml - Changed checkout@v4 to checkout@v6 - Changed setup-python@v5 to setup-python@v6 .github/workflows/stale.yml - Changed stale@v5 to stale@v10 CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
2d870d8 to
438669b
Compare
msulprizio
approved these changes
Mar 31, 2026
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.
Name and Institution (Required)
Name: Bob Yantosca
Institution: Harvard + GCST
Describe the update
GitHub Actions is retiring Node20.js from all of its runners in June 2026:
Therefore we have updated all of the GitHub Actions workflow files to check out the latest version of each action.
We have also removed Python 3.9 from GitHub actions that test building python environments and have also added Python 3.14.
Expected changes