Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astral-sh-setup-uv-5.x
Open

chore(deps): update astral-sh/setup-uv action to v5.4.2#26
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astral-sh-setup-uv-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 21, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v5.3.1v5.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

v5.4

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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
Copy link
Copy Markdown

codecov Bot commented Mar 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.58%. Comparing base (9afece6) to head (9340da5).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #26   +/-   ##
=======================================
  Coverage   85.58%   85.58%           
=======================================
  Files          41       41           
  Lines        1665     1665           
  Branches      209      209           
=======================================
  Hits         1425     1425           
  Misses        166      166           
  Partials       74       74           

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

@renovate renovate Bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from b92bf50 to 85d0e9f Compare March 30, 2025 18:09
@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 30, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from 85d0e9f to 07a1947 Compare April 7, 2025 06: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 16, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from 07a1947 to 9340da5 Compare April 16, 2025 15:09
@sonarqubecloud
Copy link
Copy Markdown

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.

0 participants