nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.22k stars 99 forks source link

chore(deps): update eifinger/setup-uv action to v4 #1895

Closed nextest-bot closed 5 days ago

nextest-bot commented 5 days ago

This PR contains the following updates:

Package Type Update Change
eifinger/setup-uv action major v3.2.4 -> v4.0.0

Release Notes

eifinger/setup-uv (eifinger/setup-uv) ### [`v4.0.0`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v4.0.0): 🌈 Fail when cache local path does not exist when trying to cache [Compare Source](https://redirect.github.com/eifinger/setup-uv/compare/v3.2.4...v4.0.0) ### 🚨 Breaking change 🚨 By default, the action will now fail if caching is enabled but there is nothing to upload (the uv cache directory does not exist). If you want to ignore this, set the `ignore-nothing-to-cache` input to `true`. ```yaml - name: Ignore nothing to cache uses: astral-sh/setup-uv@v3 with: enable-cache: true ignore-nothing-to-cache: true ``` *** In previous releases only an error got logged when saving the cache failed. In most cases users did not realize something was wrong with their config. image #### Changes #### 🚨 Breaking changes - Fail when cache local path does not exist when trying to cache [@​eifinger](https://redirect.github.com/eifinger) ([#​163](https://redirect.github.com/eifinger/setup-uv/issues/163)) #### 🐛 Bug fixes - Fail when cache local path does not exist when trying to cache [@​eifinger](https://redirect.github.com/eifinger) ([#​163](https://redirect.github.com/eifinger/setup-uv/issues/163)) - Remove working dir from cacheDependencyGlob error message [@​eifinger](https://redirect.github.com/eifinger) ([#​162](https://redirect.github.com/eifinger/setup-uv/issues/162)) #### 📚 Documentation - Change some formulations in README.md [@​eifinger](https://redirect.github.com/eifinger) ([#​164](https://redirect.github.com/eifinger/setup-uv/issues/164)) - Add comment to clarify process.exit(0) [@​eifinger](https://redirect.github.com/eifinger) ([#​161](https://redirect.github.com/eifinger/setup-uv/issues/161))

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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.



This PR has been generated by Renovate Bot.

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.66%. Comparing base (1062278) to head (5e65ac7). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1895 +/- ## ======================================= Coverage 79.65% 79.66% ======================================= Files 80 80 Lines 20525 20525 ======================================= + Hits 16349 16351 +2 + Misses 4176 4174 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

trunk-io[bot] commented 5 days ago

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎ ⋅ Docs

trunk-io[bot] commented 5 days ago

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎ ⋅ Docs