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 v3.2.4 #1894

Closed nextest-bot closed 6 days ago

nextest-bot commented 6 days ago

This PR contains the following updates:

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

codecov[bot] commented 6 days ago

Codecov Report

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.

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

: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 6 days ago

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report β†—οΈŽ β‹… Docs

trunk-io[bot] commented 6 days ago

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report β†—οΈŽ β‹… Docs