Skip to content

Commit 2d7d65c

Browse files
chore(deps): Update astral-sh/setup-uv action to v9 (#262)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) | action | major | `v8` → `v9.0.0` | # Warnings (1) Please correct - or verify that you can safely ignore - these warnings before you merge this PR. - `astral-sh/setup-uv`: Could not determine new digest for update (github-tags package astral-sh/setup-uv) --- --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/72) for more information. --- ### Release Notes <details> <summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary> ### [`v9.0.0`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v9.0.0): 🌈 Change `prune-cache` default to `false` [Compare Source](https://redirect.github.com/astral-sh/setup-uv/compare/v8.3.2...v9.0.0) ##### 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 [#&#8203;967](https://redirect.github.com/astral-sh/setup-uv/issues/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 - Change `prune-cache` default to `false` [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) ([#&#8203;967](https://redirect.github.com/astral-sh/setup-uv/issues/967)) ##### 🐛 Bug fixes - fix: fall back to distribution ID when os-release has no version field [@&#8203;cxzhong](https://redirect.github.com/cxzhong) ([#&#8203;961](https://redirect.github.com/astral-sh/setup-uv/issues/961)) ##### 🚀 Enhancements - Speed up version client by partial response reads [@&#8203;eifinger](https://redirect.github.com/eifinger) ([#&#8203;807](https://redirect.github.com/astral-sh/setup-uv/issues/807)) ##### 🧰 Maintenance - chore: update known checksums for 0.11.30 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;968](https://redirect.github.com/astral-sh/setup-uv/issues/968)) - chore: update known checksums for 0.11.29 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;960](https://redirect.github.com/astral-sh/setup-uv/issues/960)) ##### 📚 Documentation - docs: update version references to v8.3.2 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;949](https://redirect.github.com/astral-sh/setup-uv/issues/949)) ##### ⬆️ Dependency updates - chore(deps): roll up Dependabot updates [@&#8203;eifinger](https://redirect.github.com/eifinger) ([#&#8203;970](https://redirect.github.com/astral-sh/setup-uv/issues/970)) - chore(deps): roll up Dependabot updates [@&#8203;eifinger](https://redirect.github.com/eifinger) ([#&#8203;962](https://redirect.github.com/astral-sh/setup-uv/issues/962)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent e4b63d7 commit 2d7d65c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1616
- name: Install uv
17-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
17+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
1818
with:
1919
version: "0.11.32"
2020
- name: Set up Python

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
2121
- name: Install uv
22-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
22+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2323
with:
2424
version: "0.11.32"
2525
- name: Set up Python

0 commit comments

Comments
 (0)