Skip to content

chore(deps): update astral-sh/setup-uv action to v7.1.6#979

Merged
kenany merged 1 commit intomainfrom
renovate/astral-sh-setup-uv-7.x
Dec 20, 2025
Merged

chore(deps): update astral-sh/setup-uv action to v7.1.6#979
kenany merged 1 commit intomainfrom
renovate/astral-sh-setup-uv-7.x

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 patch v7.1.4 -> v7.1.6

Release Notes

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

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

v7.1.5: 🌈 allow setting cache-local-path without enable-cache: true

Compare Source

Changes

#​612 fixed a faulty behavior where this action set UV_CACHE_DIR even though enable-cache was false. It also fixed the cases were the cache dir is already configured in a settings file like pyproject.toml or UV_CACHE_DIR was already set. Here the action shouldn't overwrite or set UV_CACHE_DIR.

These fixes introduced an unwanted behavior: You can still set cache-local-path but this action didn't do anything. This release fixes that.

You can now use cache-local-path to automatically set UV_CACHE_DIR even when enable-cache is false (or gets set to false by default e.g. on self-hosted runners)

- name: This is now possible
  uses: astral-sh/setup-uv@v7
  with:
    enable-cache: false
    cache-local-path: "/path/to/cache"
🐛 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 becomes conflicted, 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.

@renovate renovate bot requested a review from a team as a code owner December 13, 2025 18:45
kenany
kenany previously approved these changes Dec 13, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from c4d8509 to 88b1049 Compare December 15, 2025 15:41
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from 88b1049 to e773aec Compare December 19, 2025 23:07
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.5 chore(deps): update astral-sh/setup-uv action to v7.1.6 Dec 19, 2025
@kenany kenany merged commit 167b2a4 into main Dec 20, 2025
20 of 21 checks passed
@kenany kenany deleted the renovate/astral-sh-setup-uv-7.x branch December 20, 2025 21:15
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.

1 participant