Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: bump astral-sh/setup-uv from 3 to 4 in the actions group (#272)
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 3 to 4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's releases</a>.</em></p> <blockquote> <h2>v4.0.0 🌈 Fail when cache local path does not exist when trying to cache</h2> <h1>🚨 Breaking change 🚨</h1> <p>By default, the action will now fail if caching is enabled but there is nothing to upload (the uv cache directory does not exist). If you want to ignore this, set the <code>ignore-nothing-to-cache</code> input to <code>true</code>.</p> <pre lang="yaml"><code>- name: Ignore nothing to cache uses: astral-sh/setup-uv@v3 with: enable-cache: true ignore-nothing-to-cache: true </code></pre> <hr /> <p>In previous releases only an error got logged when saving the cache failed. In most cases users did not realize something was wrong with their config.</p> <!-- raw HTML omitted --> <h2>Changes</h2> <h2>🚨 Breaking changes</h2> <ul> <li>Fail when cache local path does not exist when trying to cache <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/163">#163</a>)</li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Fail when cache local path does not exist when trying to cache <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/163">#163</a>)</li> <li>Remove working dir from cacheDependencyGlob error message <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/162">#162</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Change some formulations in README.md <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/164">#164</a>)</li> <li>Add comment to clarify process.exit(0) <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/161">#161</a>)</li> </ul> <h2>v3.2.4 🌈 Expand <code>~</code> tilde in input paths</h2> <p>This release adds support for expanding the <code>~</code> character to the user's home directory for the following inputs:</p> <ul> <li><code>cache-local-path</code></li> <li><code>tool-dir</code></li> <li><code>tool-bin-dir</code></li> <li><code>cache-dependency-glob</code></li> </ul> <pre lang="yaml"><code>- name: Expand the tilde character uses: astral-sh/setup-uv@v3 with: cache-local-path: "~/path/to/cache" </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/setup-uv/commit/d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5"><code>d8db0a8</code></a> Change some formulations in README.md (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/164">#164</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/ed171c292b75782a38ffb5e076384be96d06bbbc"><code>ed171c2</code></a> Fail when cache local path does not exist when trying to cache (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/163">#163</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/691a0914850657ac9fc03cf795ac78e3a09340e4"><code>691a091</code></a> Remove working dir from cacheDependencyGlob error message (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/162">#162</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/9b71657bb2108f93ff15730273612ccff76d6b77"><code>9b71657</code></a> Add comment to clarify process.exit(0) (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/161">#161</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/setup-uv/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astral-sh/setup-uv&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information