Skip to content

chore(actions)(deps): bump astral-sh/setup-uv from 8.2.0 to 9.0.0 - #4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-9.0.0
Open

chore(actions)(deps): bump astral-sh/setup-uv from 8.2.0 to 9.0.0#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps astral-sh/setup-uv from 8.2.0 to 9.0.0.

Release notes

Sourced from astral-sh/setup-uv's releases.

v9.0.0 🌈 Change prune-cache default to false

Changes

This release disables the default cache cache pruning to ease the load on the PyPi infrastructure. Since users might experience more GitHub Actions cache usage which might result in higher costs this is marked as a breaking change. To read more on why we did this (now) you can read the detailed analysis and reasoning in #967

Besides this big breaking change we also have a small bugfix while building caches for linux distributions that behave a big different than the "big ones" and a speed up in version resolution by only reading the version manifest until a matching version is found saving runtime and network bandwith.

🚨 Breaking changes

🐛 Bug fixes

  • fix: fall back to distribution ID when os-release has no version field @​cxzhong (#961)

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v8.3.2 🌈 update known checksums for 0.11.28

Changes

Just a maintenance release

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

... (truncated)

Commits
  • c771a70 chore(deps): roll up Dependabot updates (#970)
  • 2f537ca chore: update known checksums for 0.11.30 (#968)
  • 2269552 Speed up version client by partial response reads (#807)
  • 47a7f4f Change prune-cache default to false (#967)
  • 71966ef chore(deps): roll up Dependabot updates (#962)
  • f12b1f0 fix: fall back to distribution ID when os-release has no version field (#961)
  • ecd24dd chore: update known checksums for 0.11.29 (#960)
  • 6a19136 docs: update version references to v8.3.2 (#949)
  • 11f9893 chore: roll up Dependabot updates (#948)
  • f798556 docs: update version references to v8.3.1 (#946)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

૮ >ﻌ< ა ci review

ran on 57ae972

❌ Job failures

Check uv.lock / uv lock --check · View job

Job Check uv.lock / uv lock --check failed.


JS & TS checks / apps/desktop / check:lint · View job

Job JS & TS checks / apps/desktop / check:lint failed.


JS & TS checks / apps/desktop / check:test:ui · View job

Job JS & TS checks / apps/desktop / check:test:ui failed.


JS & TS checks / ui-tui / check · View job

Job JS & TS checks / ui-tui / check failed.


Python tests / Run tests slice 1/12 · View job

Job Python tests / Run tests slice 1/12 failed.


Python tests / Run tests slice 10/12 · View job

Job Python tests / Run tests slice 10/12 failed.


Python tests / Run tests slice 11/12 · View job

Job Python tests / Run tests slice 11/12 failed.


Python tests / Run tests slice 12/12 · View job

Job Python tests / Run tests slice 12/12 failed.


Python tests / Run tests slice 2/12 · View job

Job Python tests / Run tests slice 2/12 failed.


Python tests / Run tests slice 3/12 · View job

Job Python tests / Run tests slice 3/12 failed.


Python tests / Run tests slice 4/12 · View job

Job Python tests / Run tests slice 4/12 failed.


Python tests / Run tests slice 5/12 · View job

Job Python tests / Run tests slice 5/12 failed.


Python tests / Run tests slice 6/12 · View job

Job Python tests / Run tests slice 6/12 failed.


Python tests / Run tests slice 7/12 · View job

Job Python tests / Run tests slice 7/12 failed.


Python tests / Run tests slice 8/12 · View job

Job Python tests / Run tests slice 8/12 failed.


Python tests / Run tests slice 9/12 · View job

Job Python tests / Run tests slice 9/12 failed.


Python tests / e2e · View job

Job Python tests / e2e failed.


⚠️ Action required

CI-sensitive file review · View job

This PR changes CI-sensitive files (eslint config, workflow YAMLs, or composite actions). These influence what the js-autofix job executes and pushes to main.

Sensitive files changed:

How to fix:

Add the ci-reviewed label after verifying:

  • no new eslint rules with custom fix functions that write outside linted paths,
  • no workflow changes that widen permissions or remove guards,
  • no composite action changes that alter what gets executed.

uv.lock out of sync · View job

uv.lock is out of sync with pyproject.toml.

How to fix:

Run uv lock locally and commit the result. If on a PR, sync with main first:

git fetch origin main
git rebase origin/main
uv lock
git add uv.lock
git commit -m "chore: refresh uv.lock"

⚠️ Warnings

CI timings · View report · View job

Wall time 16m1s vs 7m52s (+103.6%). 21 job(s) slower, 12 faster, 5 unchanged.

  • JS & TS checks / apps/desktop / check:test:ui: -46.0s
  • Installer tests / PowerShell installer tests: +12.0s
  • JS & TS checks / web / check: +11.0s
  • JS & TS checks / ui-tui/packages/hermes-ink / check: +9.0s
  • JS & TS checks / apps/desktop / check:test:desktop:platforms: +9.0s

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-9.0.0 branch from 76240ce to aea225c Compare August 10, 2026 17:34
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@fac544c...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>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-9.0.0 branch from aea225c to 57ae972 Compare August 11, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants