Closed nextest-bot closed 5 days ago
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
đ¨ Try these New Features:
This PR contains the following updates:
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. #### 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.