Skip to content

Bump astral-sh/setup-uv from 6 to 7 in /.github/workflows#163

Merged
glenn-jocher merged 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/astral-sh/setup-uv-7
Oct 9, 2025
Merged

Bump astral-sh/setup-uv from 6 to 7 in /.github/workflows#163
glenn-jocher merged 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/astral-sh/setup-uv-7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2025

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-url which 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_DIR is 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 uv processes running in the background. Starting with uv version 0.8.24 this action uses uv cache prune --ci --force to 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.x this 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

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

... (truncated)

Commits

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)

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Upgrade GitHub Actions workflow to use astral-sh/setup-uv@v7 for building and publishing the docs package and SBOM. 🚀

📊 Key Changes

  • Updated publish.yml to replace astral-sh/setup-uv@v6 with @v7 in three jobs:

    • PyPI publish checks
    • Package build and artifact upload
    • SBOM environment setup
  • No changes to documentation content or site behavior—CI-only update.

🎯 Purpose & Impact

  • Improve CI reliability and security by adopting the latest setup-uv action, which likely includes fixes and compatibility updates. 🔧
  • Future-proof the publishing pipeline and reduce maintenance burden for releases. 🧹
  • Minimal user-facing impact; end users should see no change in docs. Maintainers benefit from more stable builds and publishes. ✅

For more on the action, see the astral-sh/setup-uv GitHub Action.

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v6...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies and packages label Oct 9, 2025
@glenn-jocher glenn-jocher merged commit 5a29b7d into main Oct 9, 2025
1 check passed
@glenn-jocher glenn-jocher deleted the dependabot/github_actions/dot-github/workflows/astral-sh/setup-uv-7 branch October 9, 2025 10:49
@UltralyticsAssistant
Copy link
Member

🎉 Merged—thank you, @dependabot[bot]!

“Quality means doing it right when no one is looking.” — Henry Ford. Your upgrade to astral-sh/setup-uv@v7 quietly strengthens our CI by improving reliability, security, and future readiness across publishing and SBOM workflows. While users see no change, our maintainers feel the stability immediately—much appreciated.

For reference, see the updated action: astral-sh/setup-uv GitHub Action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies and packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants