Skip to content

chore(deps): update astral-sh/setup-uv action to v5.4.2 #7

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 22, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v5.3.1 -> v5.4.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v5.4.2: 🌈 Make sure uv installed by setup-uv is first in PATH

Compare Source

Changes

This release fixes an issue on self-hosted runners.
If you manually installed uv with version 0.5.0 or later this version would overwrite the uv version installed by this action.
We now make sure the version installed by this action is the first found in PATH

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v5.4.1: 🌈 Add support for pep440 version specifiers

Compare Source

Changes

With this release you can also use pep440 version specifiers as required-version in filesuv.toml, pyroject.toml and in the version input:

- name: Install a pep440-specifier-satisfying version of uv
  uses: astral-sh/setup-uv@v5
  with:
    version: ">=0.4.25,<0.5"
🐛 Bug fixes
🧰 Maintenance
📚 Documentation

v5.4.0: 🌈 uv and uvx path as outputs

Compare Source

Changes

The absolute paths to the uv and uvx binaries can now be accessed via the outputs uv-path and uvx-path.

setup-uv now also issues a warning if the working directory is empty. This makes users aware of the common mistake to run setup-uv before actions/checkout. You can remove the warning by setting ignore-empty-workdir: true

🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ 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.

@codecov-commenter
Copy link

codecov-commenter commented Mar 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.93%. Comparing base (89711c3) to head (26fcc10).
Report is 2 commits behind head on main.

❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   94.93%   94.93%           
=======================================
  Files          22       22           
  Lines        1323     1323           
  Branches       92       92           
=======================================
  Hits         1256     1256           
  Misses         50       50           
  Partials       17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v5.4.0 chore(deps): update astral-sh/setup-uv action to v5.4.1 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-5.x branch 2 times, most recently from 813006a to 7fd7686 Compare April 4, 2025 05:45
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from 7fd7686 to 8eba053 Compare April 7, 2025 06:01
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from 8eba053 to 10f3ae4 Compare April 17, 2025 03:34
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v5.4.1 chore(deps): update astral-sh/setup-uv action to v5.4.2 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from 10f3ae4 to 26fcc10 Compare April 27, 2025 07:16
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