chore(deps): Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 - #176
chore(deps): Bump astral-sh/setup-uv from 8.3.2 to 9.0.0#176dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e6f3261d86
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| - name: Install uv | ||
| uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 | ||
| uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
There was a problem hiding this comment.
Restore uv cache pruning for v9
The v9 setup-uv action flips prune-cache from true to false, while its caching docs say caching is enabled by default on GitHub-hosted runners. Because this workflow runs a five-version ubuntu-latest matrix (and the same bare v9 bump is used in the other workflows), each run now saves the full uv cache, including prebuilt wheels, instead of the pruned cache v8 produced; that can quickly consume GitHub Actions cache quota/cost and evict useful caches. If the upgrade is meant to preserve the previous CI behavior, add with: prune-cache: true on these setup-uv steps.
Useful? React with 👍 / 👎.
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@11f9893...c771a70) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
e6f3261 to
4f20019
Compare
Bumps astral-sh/setup-uv from 8.3.2 to 9.0.0.
Release notes
Sourced from astral-sh/setup-uv's releases.
Commits
c771a70chore(deps): roll up Dependabot updates (#970)2f537cachore: update known checksums for 0.11.30 (#968)2269552Speed up version client by partial response reads (#807)47a7f4fChangeprune-cachedefault tofalse(#967)71966efchore(deps): roll up Dependabot updates (#962)f12b1f0fix: fall back to distribution ID when os-release has no version field (#961)ecd24ddchore: update known checksums for 0.11.29 (#960)6a19136docs: update version references to v8.3.2 (#949)