sqlmesh
sqlmesh copied to clipboard
Chore(deps): Bump astral-sh/setup-uv from 6 to 7
Bumps astral-sh/setup-uv from 6 to 7.
Release notes
Sourced from astral-sh/setup-uv's releases.
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
- Use node24 instead of node20
@eifinger(#608)- Remove deprecated input server-url
@eifinger(#607)🐛 Bug fixes
- Respect UV_CACHE_DIR and cache-dir
@eifinger(#612)- Use --force when pruning cache
@eifinger(#611)- Respect UV_NO_MODIFY_PATH
@eifinger(#603)- Warn when
UV_CACHE_DIRhas changed@jamesbraza(#601)🚀 Enhancements
- Shortcut to latest version for minimum version specifier
@eifinger(#598)🧰 Maintenance
- Bump dependencies
@eifinger(#613)- Fix test-uv-no-modify-path
@eifinger(#604)
... (truncated)
Commits
3259c62Bump deps (#633)bf8e8edSplit up documentation (#632)9c6b5e9Add resolution-strategy input to support oldest compatible version selection ...a5129e9Add copilot-instructions.md (#630)d18bcc7Add value of UV_PYTHON_INSTALL_DIR to path (#628)bd1f875Set output venv when activate-environment is used (#627)1a91c38chore: update known checksums for 0.9.2 (#626)c79f606chore: update known checksums for 0.9.1 (#625)e0249f1Fall back to PR for updating known versions (#623)6d2eb15Cache python installs (#621)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.