Bump the github-actions-dependencies group with 4 updates - #92
Merged
Yaswant Pradhan (yaswant) merged 2 commits intoAug 7, 2026
Conversation
Bumps the github-actions-dependencies group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) Updates `astral-sh/setup-uv` from 8.2.0 to 8.3.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v8.2.0...11f9893) Updates `actions/cache` from 5.0.5 to 5.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...caa2961) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
|
Dependabot (@dependabot) appears safe to update as I don't see any backward incompatibility from the release notes. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates pinned GitHub Actions versions across the repository’s CI/workflow automation to the latest patch/minor releases for improved security and behavior consistency.
Changes:
- Bump
actions/checkoutfrom v7.0.0 to v7.0.1 (pinned SHA updates across workflows). - Bump
actions/setup-pythonfrom v6.2.0 to v6.3.0 where used. - Bump
astral-sh/setup-uvfrom v8.2.0 to v8.3.2 andactions/cachefrom v5.0.5 to v5.1.0 where used.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/validate.yaml | Updates pinned SHAs for checkout, setup-uv, and cache in validation workflow. |
| .github/workflows/validate_symlinks.yaml | Updates pinned SHA for checkout in symlink validation workflow. |
| .github/workflows/umdp3_fixer.yaml | Updates pinned SHAs for checkout and setup-python in UMDP3 fixer workflow. |
| .github/workflows/track-review-project.yaml | Updates pinned SHA for checkout in review project tracking workflow. |
| .github/workflows/sphinx-docs.yaml | Updates pinned SHAs for checkout, setup-uv, and cache in Sphinx docs workflow. |
| .github/workflows/fortran-lint.yaml | Updates pinned SHAs for checkout and setup-uv in Fortran lint workflow. |
| .github/workflows/cla-check.yaml | Updates pinned SHAs for checkout across CLA checking steps. |
| .github/workflows/build-sphinx-docs.yaml | Updates pinned SHAs for checkout and setup-python in Sphinx build workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Co-authored-by: Met Office GitHub Copilot Business - Assisted-by: Met Office GitHub Copilot Business for consistent action-version comment. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Yaswant Pradhan (yaswant)
approved these changes
Aug 7, 2026
James Bruten (james-bruten-mo)
approved these changes
Aug 7, 2026
James Bruten (james-bruten-mo)
left a comment
Collaborator
There was a problem hiding this comment.
Looks sensible
dependabot
Bot
deleted the
dependabot/github_actions/github-actions-dependencies-26730058c6
branch
August 7, 2026 13:05
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.
Code Reviewer: Yaswant Pradhan (@yaswant)
Code Committer: James Bruten (@james-bruten-mo)
Bumps the github-actions-dependencies group with 4 updates: actions/checkout, actions/setup-python, astral-sh/setup-uv and actions/cache.
Updates
actions/checkoutfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-pythonfrom 6.2.0 to 6.3.0Release notes
Sourced from actions/setup-python's releases.
Commits
ece7cb0Fix pip cache error handling on Windows. (#1040)1d18d7aUpdate advanced-usage.md (#811)d2b357aUpdate dependency versions and test workflow configuration (#1322)8f639b1Merge pull request #1324 from jasongin/update-actions-cache-5.1.06731c2bResolve high-severity audit issues0cb1a84Add RHEL support and include Linux distro in cache keys (#1323)dc6eab6Update dist6f4b74bStrict equalityfa8bde1Bump@actions/cacheto 5.1.0, log cache write deniedc8813baUpgrade@actionsdependencies and update licenses (#1303)Updates
astral-sh/setup-uvfrom 8.2.0 to 8.3.2Commits
11f9893chore: roll up Dependabot updates (#948)f798556docs: update version references to v8.3.1 (#946)e80544dchore: update known checksums for 0.11.28 (#947)f98e069Change update-docs PR labels from 'update-docs' to 'documentation' (#945)cd46263chore: update known checksums for 0.11.27 (#944)11245c7docs: update version references to v8.3.0 (#939)d31148dStrip environment markers from detected uv dependency pins (#938)17c3989Fix cache keys for Python version ranges (#937)3cc3c11chore(deps): roll up Dependabot updates (#936)9225f84chore(deps): bump release-drafter/release-drafter from 7.3.1 to 7.4.0 (#924)Updates
actions/cachefrom 5.0.5 to 5.1.0Release notes
Sourced from actions/cache's releases.
Commits
caa2961Merge pull request #1775 from jasongin/readonly-cache-v500c2da9Bump@actions/cacheto v5.1.0 - handle read-only cache accessDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions