Skip to content

chore(deps): bump astral-sh/setup-uv from 7.1.5 to 7.2.0#7528

Merged
jmelahman merged 1 commit intomainfrom
dependabot/github_actions/astral-sh/setup-uv-7.2.0
Jan 28, 2026
Merged

chore(deps): bump astral-sh/setup-uv from 7.1.5 to 7.2.0#7528
jmelahman merged 1 commit intomainfrom
dependabot/github_actions/astral-sh/setup-uv-7.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps astral-sh/setup-uv from 7.1.5 to 7.2.0.

Release notes

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

v7.2.0 🌈 add outputs python-version and python-cache-hit

Changes

Among some minor typo fixes and quality of life features for developers of actions the main feature of this release are new outputs:

  • python-version: The Python version that was set (same content as existing UV_PYTHON)
  • python-cache-hit: A boolean value to indicate the Python cache entry was found

While implementing this it became clear, that it is easier to handle the Python binaries in a separate cache entry. The added benefit for users is that the "normal" cache containing the dependencies can be used in all runs no matter if these cache the Python binaries or not.

[!NOTE]
This release will invalidate caches that contain the Python binaries. This happens a single time.

🐛 Bug fixes

  • chore: remove stray space from UV_PYTHON_INSTALL_DIR message @​akx (#720)

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

v7.1.6 🌈 add OS version to cache key to prevent binary incompatibility

Changes

This release will invalidate your cache existing keys!

The os version e.g. ubuntu-22.04 is now part of the cache key. This prevents failing builds when a cache got populated with wheels built with different tools (e.g. glibc) than are present on the runner where the cache got restored.

🐛 Bug fixes

  • feat: add OS version to cache key to prevent binary incompatibility @​eifinger (#716)

🧰 Maintenance

... (truncated)

Commits
  • 61cb8a9 add outputs python-version and python-cache-hit (#728)
  • 11050ed fix: use uv_build backend for old-python-constraint-project (#729)
  • 1d22faf Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 (#719)
  • f4ed82a Bump github/codeql-action from 4.31.6 to 4.31.9 (#723)
  • e0409b4 chore: update known checksums for 0.9.22 (#727)
  • 702b425 chore: update known checksums for 0.9.21 (#726)
  • 2630c86 chore: update known checksums for 0.9.20 (#725)
  • 45cfcb3 Add action typings with validation (#721)
  • ce0a899 chore: update known checksums for 0.9.18 (#718)
  • 9c8d030 chore: remove stray space from UV_PYTHON_INSTALL_DIR message (#720)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade astral-sh/setup-uv in CI to v7.2.0 to add useful outputs and improve cache handling. Updates the action in deployment, release-devtools, and zizmor workflows.

  • Dependencies

    • Bumped setup-uv from 7.1.5 to 7.2.0.
    • New outputs: python-version and python-cache-hit.
    • Python binaries use a separate cache entry; caches with binaries will be invalidated once.
  • Migration

    • If you use setup-uv caching, expect a one-time cache miss due to the new Python binary cache. Optional: consume the new outputs in downstream steps.

Written for commit d152bee. Summary will update on new commits.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Jan 19, 2026

Skipped: This PR was opened by one of your excluded authors: (dependabot[bot])

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.5 to 7.2.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@ed21f2f...61cb8a9)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@jmelahman jmelahman force-pushed the dependabot/github_actions/astral-sh/setup-uv-7.2.0 branch from 843c0ac to d152bee Compare January 28, 2026 22:19
@jmelahman jmelahman enabled auto-merge January 28, 2026 22:20
@jmelahman jmelahman disabled auto-merge January 28, 2026 22:31
@jmelahman jmelahman merged commit 72f34e4 into main Jan 28, 2026
73 of 78 checks passed
@jmelahman jmelahman deleted the dependabot/github_actions/astral-sh/setup-uv-7.2.0 branch January 28, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant