astral-sh/setup-uv (astral-sh/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/astral-sh/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/astral-sh/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/astral-sh/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/astral-sh/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/astral-sh/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/astral-sh/setup-uv/issues/155))
Configuration
π Schedule: Branch creation - "before 4:00am on Monday" in timezone Asia/Tokyo, 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 contains the following updates:
v3.2.3
->v3.2.4
Release Notes
astral-sh/setup-uv (astral-sh/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/astral-sh/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/astral-sh/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/astral-sh/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/astral-sh/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/astral-sh/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/astral-sh/setup-uv/issues/155))Configuration
π Schedule: Branch creation - "before 4:00am on Monday" in timezone Asia/Tokyo, 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.
This PR was generated by Mend Renovate. View the repository job log.