Originally created by: dependabot[bot]
Bumps astral-sh/setup-uv from 4 to 7.
Sourced from astral-sh/setup-uv's releases.
v7.2.1 🌈 update known checksums up to 0.9.28
Changes
🧰 Maintenance
- chore: update known checksums for 0.9.28 @github-actions[bot] (#744](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/744">/issues/744))
- chore: update known checksums for 0.9.27 @github-actions[bot] (#742](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/742">/issues/742))
- chore: update known checksums for 0.9.26 @github-actions[bot] (#734](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/734">/issues/734))
- chore: update known checksums for 0.9.25 @github-actions[bot] (#733](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/733">/issues/733))
- chore: update known checksums for 0.9.24 @github-actions[bot] (#730](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/730">/issues/730))
📚 Documentation
- Clarify impact of using actions/setup-python
@eifinger(#732](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/732">/issues/732))⬆️ Dependency updates
- Bump zizmorcore/zizmor-action from 0.3.0 to 0.4.1 @dependabot[bot] (#741](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/741">/issues/741))
v7.0.0 🌈 node24 and a lot of bugfixes
Changes
This release comes with a load of bug fixes and a speed up. Because of switching from node20 to node24 it is also a breaking change. If you are running on GitHub hosted runners this will just work, if you are using self-hosted runners make sure, that your runners are up to date. If you followed the normal installation instructions your self-hosted runner will keep itself updated.
This release also removes the deprecated input
server-urlwhich was used to download uv releases from a different server. The manifest-file input supersedes that functionality by adding a flexible way to define available versions and where they should be downloaded from.Fixes
- The action now respects when the environment variable
UV_CACHE_DIRis already set and does not overwrite it. It now also finds cache-dir settings in config files if you set them.- Some users encountered problems that cache pruning took forever because they had some
uvprocesses running in the background. Starting with uv version0.8.24this action usesuv cache prune --ci --forceto ignore the running processes- If you just want to install uv but not have it available in path, this action now respects
UV_NO_MODIFY_PATH- Some other actions also set the env var
UV_CACHE_DIR. This action can now deal with that but as this could lead to unwanted behavior in some edgecases a warning is now displayed.Improvements
If you are using minimum version specifiers for the version of uv to install for example
[tool.uv] required-version = ">=0.8.17"This action now detects that and directly uses the latest version. Previously it would download all available releases from the uv repo to determine the highest matching candidate for the version specifier, which took much more time.
If you are using other specifiers like
0.8.xthis action still needs to download all available releases because the specifier defines an upper bound (not 0.9.0 or later) and "latest" would possibly not satisfy that.🚨 Breaking changes
... (truncated)
37802ad Fetch uv from Astral's mirror by default (#809](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/809">/issues/809))9f00d18 chore(deps): bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 (#808](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/808">/issues/808))fd8f376 Switch to ESM for source and test, use CommonJS for dist (#806](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/806">/issues/806))f9070de Bump deps (#805](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/805">/issues/805))cadb67b chore: update known checksums for 0.10.10 (#804](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/804">/issues/804))e06108d Use astral-sh/versions as primary version provider (#802](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/802">/issues/802))0f6ec07 docs: replace copilot instructions with AGENTS.md (#794](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/794">/issues/794))821e5c9 docs: add cross-client dependabot rollup skill (#793](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/793">/issues/793))6ee6290 chore(deps): bump versions (#792](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/792">/issues/792))9f332a1 Add riscv64 architecture support to platform detection (#791](https://github.com/href="https://redirect.github.com/astral-sh/setup-uv/issues/791">/issues/791))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.
Originally posted by: dependabot[bot]
Labels
The following labels could not be found:
dependencies,github-actions. Please create them before Dependabot can add them to a pull request.Please fix the above issues or remove invalid values from
dependabot.yml.