Commit 4543547
authored
Bump astral-sh/setup-uv from 5.3.1 to 5.4.1 (#2612)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from
5.3.1 to 5.4.1.
<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>v5.4.1 🌈 Add support for pep440 version specifiers</h2>
<h2>Changes</h2>
<p>With this release you can also use <a
href="https://peps.python.org/pep-0440/#version-specifiers">pep440
version specifiers</a> as <code>required-version</code> in
files<code>uv.toml</code>, <code>pyroject.toml</code> and in the
<code>version</code> input:</p>
<pre lang="yaml"><code>- name: Install a pep440-specifier-satisfying
version of uv
uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.25,<0.5"
</code></pre>
<h2>🐛 Bug fixes</h2>
<ul>
<li>Add support for pep440 version identifiers <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/353">#353</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore: update known checksums for 0.6.10 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/345">#345</a>)</li>
</ul>
<h2>📚 Documentation</h2>
<ul>
<li>Add pep440 to docs header <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/355">#355</a>)</li>
<li>Fix glob syntax link <a
href="https://github.com/flying-sheep"><code>@flying-sheep</code></a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/349">#349</a>)</li>
<li>Add link to supported glob patterns <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/348">#348</a>)</li>
</ul>
<h2>v5.4.0 🌈 uv and uvx path as outputs</h2>
<h2>Changes</h2>
<p>The absolute paths to the uv and uvx binaries can now be accessed via
the outputs <code>uv-path</code> and <code>uvx-path</code>.</p>
<p><code>setup-uv</code> now also issues a warning if the working
directory is empty. This makes users aware of the common mistake to run
<code>setup-uv</code> before <code>actions/checkout</code>. You can
remove the warning by setting <code>ignore-empty-workdir:
true</code></p>
<h2>🚀 Enhancements</h2>
<ul>
<li>Add uv-path and uvx-path output <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/341">#341</a>)</li>
<li>Warn when the workdir is empty <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/322">#322</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore: update known checksums for 0.6.9 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/339">#339</a>)</li>
<li>Merge workflows and add all-tests-passed <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/331">#331</a>)</li>
<li>chore: update known checksums for 0.6.8 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/332">#332</a>)</li>
<li>chore: update known checksums for 0.6.7 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/330">#330</a>)</li>
<li>Set required workflow permissions <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/329">#329</a>)</li>
<li>Add workflow_dispatch triggers to every workflow <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/326">#326</a>)</li>
<li>Bump dependencies <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/324">#324</a>)</li>
<li>Inline action-update-semver <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/323">#323</a>)</li>
<li>chore: update known checksums for 0.6.6 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/318">#318</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/0c5e2b8115b80b4c7c5ddf6ffdd634974642d182"><code>0c5e2b8</code></a>
Add pep440 to docs header (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/355">#355</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/794ea9455ce316dbdd184c85e0028d845744cc1f"><code>794ea94</code></a>
Add support for pep440 version identifiers (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/353">#353</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/2d49baf2b6ce616d221a7032ce63888945655b7b"><code>2d49baf</code></a>
chore: update known checksums for 0.6.10 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/345">#345</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/4fa25599cef8ab7352f8bbb251f54e29ba07eea3"><code>4fa2559</code></a>
Fix glob syntax link (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/349">#349</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/224dce1d79c28736be7fc536b0274b13af975190"><code>224dce1</code></a>
Add link to supported glob patterns (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/348">#348</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/22695119d769bdb6f7032ad67b9bca0ef8c4a174"><code>2269511</code></a>
Add uv-path and uvx-path output (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/341">#341</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/bf8ec1ea3547ccadb908e5c48450368a7980eed7"><code>bf8ec1e</code></a>
chore: update known checksums for 0.6.9 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/339">#339</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/1fb7cdfc292cb48dcf25d9b4fe5b3053e9de7342"><code>1fb7cdf</code></a>
Merge workflows and add all-tests-passed (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/331">#331</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/57fe17c2c5f331dfe00382488a629dbe219e8750"><code>57fe17c</code></a>
Bump <code>@actions/cache</code> from 4.0.2 to 4.0.3 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/334">#334</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/72002e8b87b23377716732c08faf952924b86abc"><code>72002e8</code></a>
Fix wrong warning message in FAQ (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/337">#337</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/setup-uv/compare/f94ec6bedd8674c4426838e6b50417d36b6ab231...0c5e2b8115b80b4c7c5ddf6ffdd634974642d182">compare
view</a></li>
</ul>
</details>
<br />
[](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8ab71a3 commit 4543547
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments