Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v7.1.5v7.2.1

Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v7.2.1

Compare Source

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

Compare Source

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

Compare Source

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
🧰 Maintenance
⬆️ Dependency updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Dec 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.83%. Comparing base (dfc4db6) to head (db71e0b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   34.83%   34.83%           
=======================================
  Files          14       14           
  Lines        1134     1134           
=======================================
  Hits          395      395           
  Misses        739      739           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.6 chore(deps): update astral-sh/setup-uv action to v7.2.0 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from 331e633 to 0d4b6e6 Compare January 6, 2026 19:08
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch 2 times, most recently from 23a9fcd to 5b1a7c9 Compare January 21, 2026 15:34
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.2.0 chore(deps): update astral-sh/setup-uv action to v7.2.1 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from 5b1a7c9 to db71e0b Compare January 30, 2026 10:51
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