Skip to content

chore(deps): bump the gha-updates group with 2 updates - #130

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-github_actions-gha-updates-e3a303b2c2
Open

chore(deps): bump the gha-updates group with 2 updates#130
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-github_actions-gha-updates-e3a303b2c2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the gha-updates group with 2 updates: astral-sh/setup-uv and Lightning-AI/utilities/.github/workflows/check-schema.yml.

Updates astral-sh/setup-uv from 9.0.0 to 10.0.1

Release notes

Sourced from astral-sh/setup-uv's releases.

v10.0.1 🌈 Tolerate transient manifest timeouts

Changes

Thank you @​arguile- for making this action more resilient.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v10.0.0 🌈 Disable automatic caching for sensitive events and new QOL features

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in astral-sh/setup-uv#984

version: latest-known

- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions

- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"
</tr></table> 

... (truncated)

Commits

Updates Lightning-AI/utilities/.github/workflows/check-schema.yml from c89c402603f4f267525f17dc2850ec53e0e48a9a to f9849e61b4c2c490414486d564a2afe8cef57697

Changelog

Sourced from Lightning-AI/utilities/.github/workflows/check-schema.yml's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


[UnReleased] - 2026-MM-DD

Added

  • Added support for Python 3.14 (#464)

Changed

  • Dropped support for Python 3.9, now requires Python >=3.10 (#463)

Fixed

  • Fixed compare_version if runtime error (#427)
  • Remove deprecated pkg_resources usage for setuptools >= 82 compatibility (#473)

[0.15.2] - 2025-08-06

Changed

  • CLI: replace dependencies also in pyproject.toml (#423)

[0.15.1] - 2025-08-04

Fixed

  • CLI: fixed accepting keyword arguments (#420)
  • Scripts: fixed CLI parsing (#419)

[0.15.0] - 2025-07-26

Added

  • CI: add force-check-all input to MD link check workflow (#408)
  • CLI: replace min dependencies also in pyproject.toml (#414)

... (truncated)

Commits
  • f9849e6 build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#512)
  • 3c99164 build(deps): bump actions/cache from 5.0.5 to 6.1.0 (#504)
  • 597f77a build(deps): bump actions/setup-python from 6.2.0 to 7.0.0 (#513)
  • d25422d build(deps): bump astral-sh/setup-uv from 7.6.0 to 10.0.1 (#511)
  • ad6aff6 [pre-commit.ci] pre-commit suggestions (#510)
  • b260e6b build(deps): bump astral-sh/ruff-action from 3.6.1 to 4.1.0 (#508)
  • bdf1f51 build(deps): update requests requirement from >=2.34.0 to >=2.34.2 in /requir...
  • a73260f build(deps): update pytest requirement from ==9.0.* to ==9.1.* in /requiremen...
  • 68b37bc build(deps): update wheel requirement from ==0.46.* to ==0.47.* in /requireme...
  • See full diff in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the gha-updates group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [Lightning-AI/utilities/.github/workflows/check-schema.yml](https://github.com/lightning-ai/utilities).


Updates `astral-sh/setup-uv` from 9.0.0 to 10.0.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@c771a70...20cfd1b)

Updates `Lightning-AI/utilities/.github/workflows/check-schema.yml` from c89c402603f4f267525f17dc2850ec53e0e48a9a to f9849e61b4c2c490414486d564a2afe8cef57697
- [Release notes](https://github.com/lightning-ai/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](Lightning-AI/utilities@c89c402...f9849e6)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha-updates
- dependency-name: Lightning-AI/utilities/.github/workflows/check-schema.yml
  dependency-version: f9849e61b4c2c490414486d564a2afe8cef57697
  dependency-type: direct:production
  dependency-group: gha-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: CI / actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants