Closed nextest-bot closed 6 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.66%. Comparing base (
4f39fee
) to head (3d224fb
). Report is 1 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.3
->v3.2.4
Release Notes
eifinger/setup-uv (eifinger/setup-uv)
### [`v3.2.4`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v3.2.4): π Expand `~` tilde in input paths [Compare Source](https://redirect.github.com/eifinger/setup-uv/compare/v3.2.3...v3.2.4) This release adds support for expanding the `~` character to the user's home directory for the following inputs: - `cache-local-path` - `tool-dir` - `tool-bin-dir` - `cache-dependency-glob` ```yaml - name: Expand the tilde character uses: astral-sh/setup-uv@v3 with: cache-local-path: "~/path/to/cache" tool-dir: "~/path/to/tool/dir" tool-bin-dir: "~/path/to/tool-bin/dir" cache-dependency-glob: "~/my-cache-buster" ``` In order to make this work `cache-dependency-glob` also got support to glob files outside the working directory: ```yaml - name: Define an absolute cache dependency glob uses: astral-sh/setup-uv@v3 with: enable-cache: true cache-dependency-glob: "/tmp/my-folder/requirements*.txt" ``` Thank you [@fynnsu](https://redirect.github.com/fynnsu) for raising this issue! #### π Enhancements - Expand TILDE (~) in path inputs [@eifinger](https://redirect.github.com/eifinger) ([#160](https://redirect.github.com/eifinger/setup-uv/issues/160)) #### π§° Maintenance - chore: update known checksums for 0.5.4 [@github-actions](https://redirect.github.com/github-actions) ([#158](https://redirect.github.com/eifinger/setup-uv/issues/158)) - chore: update known checksums for 0.5.3 [@github-actions](https://redirect.github.com/github-actions) ([#156](https://redirect.github.com/eifinger/setup-uv/issues/156)) #### β¬οΈ Dependency updates - Bump [@types/node](https://redirect.github.com/types/node) from 22.9.0 to 22.9.1 [@dependabot](https://redirect.github.com/dependabot) ([#157](https://redirect.github.com/eifinger/setup-uv/issues/157)) - Bump [@vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.2 to 0.38.3 [@dependabot](https://redirect.github.com/dependabot) ([#155](https://redirect.github.com/eifinger/setup-uv/issues/155))Configuration
π Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, 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.