Thanks to visit codestin.com
Credit goes to github.com

Skip to content

refactor: update GitHub workflow dependencies#354

Merged
romanc merged 3 commits intoNOAA-GFDL:developfrom
romanc:github/actions-checkout-v6
Jan 7, 2026
Merged

refactor: update GitHub workflow dependencies#354
romanc merged 3 commits intoNOAA-GFDL:developfrom
romanc:github/actions-checkout-v6

Conversation

@romanc
Copy link
Collaborator

@romanc romanc commented Jan 7, 2026

Description

This PR updates our GitHub workflows to use actions/checkout@v6, actions/setup-python@v6, and actions/cache@v5. Changes are minimal, but require a new minimal GHA runner version, which forces the major version bumps.

How has this been tested?

All good as long as CI is still running.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas: N/A
  • I have made corresponding changes to the documentation (e.g. add new modules to docs/docstrings/): N/A
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules: N/A
  • New check tests, if applicable, are included: N/A

romanc added 3 commits January 7, 2026 17:06
This PR updates our GitHub workflows to use `actions/checkout@v6`
instead of the previous v5. Changes are minimal, but require a new
minimal GHA runner version, which forces the major version bump.

More info on the [release
page](https://github.com/actions/checkout/releases).
This commit updates GitHub workflows to use `actions/setup-python@v6`
instead of the previous v5. Breaking change is based on the fact that a
new minimal runner version is required.

More info on the [release
page](https://github.com/actions/setup-python/releases).
This commit updates our GitHub workflows to use `actions/cache@v5`
instead of the previous v4. Changes are minimal and boil down to a node
version update which forced a new minimal runner version number.

More info on the [release
page](https://github.com/actions/cache/releases).
@romanc romanc requested a review from fmalatino January 7, 2026 16:24
@romanc romanc added this pull request to the merge queue Jan 7, 2026
Merged via the queue into NOAA-GFDL:develop with commit 63cf842 Jan 7, 2026
6 checks passed
@romanc romanc deleted the github/actions-checkout-v6 branch January 8, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants