VirtualLiveLab / Mikubot

A Discord bot for VirtualLiveLab
4 stars 0 forks source link

chore(deps): update astral-sh/setup-uv action to v3.2.4 #188

Closed renovate[bot] closed 5 days ago

renovate[bot] commented 6 days ago

This PR contains the following updates:

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