mirror of
https://github.com/astral-sh/ty.git
synced 2025-12-23 05:36:53 +00:00
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) | action | minor | `v6.6.1` -> `v6.7.0` | --- ### Release Notes <details> <summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary> ### [`v6.7.0`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v6.7.0): 🌈 New inputs `restore-cache` and `save-cache` [Compare Source](https://redirect.github.com/astral-sh/setup-uv/compare/v6.6.1...v6.7.0) #### Changes This release adds fine-grained control over the caching steps. - The input `restore-cache` (`true` by default) can be set to `false` to skip restoring the cache while still allowing to save the cache. - The input `save-cache` (`true` by default) can be set to `false` to skip saving the cache. Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space: ```yaml - name: Save cache only on main branch uses: astral-sh/setup-uv@v6 with: enable-cache: true save-cache: ${{ github.ref == 'refs/heads/main' }} ``` #### 🚀 Enhancements - Add inputs restore-cache and save-cache [@​eifinger](https://redirect.github.com/eifinger) ([#​568](https://redirect.github.com/astral-sh/setup-uv/issues/568)) #### 🧰 Maintenance - bump deps [@​eifinger](https://redirect.github.com/eifinger) ([#​569](https://redirect.github.com/astral-sh/setup-uv/issues/569)) - Automatically push updated known versions [@​eifinger](https://redirect.github.com/eifinger) ([#​565](https://redirect.github.com/astral-sh/setup-uv/issues/565)) - chore: update known versions for 0.8.16/0.8.17 @​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#​562](https://redirect.github.com/astral-sh/setup-uv/issues/562)) - chore: update known versions for 0.8.15 @​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#​550](https://redirect.github.com/astral-sh/setup-uv/issues/550)) - chore(ci): address CI lint findings [@​woodruffw](https://redirect.github.com/woodruffw) ([#​545](https://redirect.github.com/astral-sh/setup-uv/issues/545)) #### ⬆️ Dependency updates - Bump github/codeql-action from 3.29.11 to 3.30.3 @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​566](https://redirect.github.com/astral-sh/setup-uv/issues/566)) - Bump actions/setup-node from 4.4.0 to 5.0.0 @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​551](https://redirect.github.com/astral-sh/setup-uv/issues/551)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| actionlint.yaml | ||
| PULL_REQUEST_TEMPLATE.md | ||
| renovate.json5 | ||