8000 Update astral-sh/setup-uv action to v6.2.1 by renovate[bot] · Pull Request #11386 · rust-lang/crates.io · GitHub
[go: up one dir, main page]

Skip to content

Update astral-sh/setup-uv action to v6.2.1 #11386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Jun 18, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v6.1.0 -> v6.2.1

Release Notes

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

v6.2.1: 🌈 Fix "No such file or directory version-manifest.json"

Compare Source

Changes

Release v6.2.0 contained a bug that slipped through the automated test. The action tried to look for the default version-manifest.json in the root of the repostory using this action instead of relative to the action itself.

🐛 Bug fixes

v6.2.0: 🌈 New input manifest-file

Compare Source

Changes

This release adds a new input manifest-file.

The manifest-file input allows you to specify a JSON manifest that lists available uv versions,
architectures, and their download URLs. By default, this action uses the manifest file contained
in this repository, which is automatically updated with each release of uv.

The manifest file contains an array of objects, each describing a version,
architecture, platform, and the corresponding download URL.

You can supply a custom manifest file URL to define additional versions,
architectures, or different download URLs.
This is useful if you maintain your own uv builds or want to override the default sources.

For example:

[
  {
    "version": "0.7.12-alpha.1",
    "artifactName": "uv-x86_64-unknown-linux-gnu.tar.gz",
    "arch": "x86_64",
    "platform": "unknown-linux-gnu",
    "downloadUrl": "https://release.pyx.dev/0.7.12-alpha.1/uv-x86_64-unknown-linux-gnu.tar.gz"
  },
  ...
]
- name: Use a custom manifest file
  uses: astral-sh/setup-uv@v6
  with:
    manifest-file: "https://example.com/my-custom-manifest.json"

[!WARNING]
If you have previously used server-url to use your self hosted uv binaries use this new way instead.
server-url is deprecated and will be removed in a future release

🚀 Enhancements

🧰 8000 Maintenance


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 force-pushed the renovate/astral-sh-setup-uv-6.x branch from b4a590b to 5f2327f Compare June 18, 2025 21:21
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-6.x branch from 5f2327f to 9e8f614 Compare June 19, 2025 01:49
@renovate renovate bot changed the title Update astral-sh/setup-uv action to v6.2.0 Update astral-sh/setup-uv action to v6.2.1 Jun 19, 2025
@Turbo87 Turbo87 merged commit 131e3cd into main Jun 19, 2025
11 of 12 checks passed
@Turbo87 Turbo87 deleted the renovate/astral-sh-setup-uv-6.x branch June 19, 2025 14:35
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
0