Skip to content

Commit

Permalink
chore(deps): bump astral-sh/setup-uv from 2 to 3 (#4)
Browse files Browse the repository at this point in the history
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 2
to 3.
<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>v3.1.3 🌈 update known checksums for 0.4.17</h2>
<h2>Changes</h2>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore: update known checksums for 0.4.17 <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/104">#104</a>)</li>
</ul>
<h2>⬆️ Dependency updates</h2>
<ul>
<li>Bump <code>@​types/node</code> from 22.7.0 to 22.7.3 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/103">#103</a>)</li>
</ul>
<h2>v3.1.2 🌈 update known checksums for 0.4.16</h2>
<h2>Changes</h2>
<h2>🐛 Bug fixes</h2>
<ul>
<li>Only log checksum is valid when it really is <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/97">#97</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore: update known checksums for 0.4.16 <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/100">#100</a>)</li>
</ul>
<h2>⬆️ Dependency updates</h2>
<ul>
<li>Bump <code>@​types/node</code> from 22.6.1 to 22.7.0 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/101">#101</a>)</li>
<li>Bump <code>@​types/node</code> from 22.5.5 to 22.6.1 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/98">#98</a>)</li>
</ul>
<h2>v3.1.1 🌈 update known checksums for 0.4.15</h2>
<h2>Changes</h2>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore: update known checksums for 0.4.15 <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/95">#95</a>)</li>
</ul>
<h2>📚 Documentation</h2>
<ul>
<li>Use runner label selfhosted-ubuntu-arm64 <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/96">#96</a>)</li>
</ul>
<h2>v3.0.0 🌈 Set the cache-dependency-glob default to
<code>**/uv.lock</code></h2>
<h2>Changes</h2>
<p>With this release <code>cache-dependency-glob</code> defaults to
<code>**/uv.lock</code>.
This is in line with what most users would expect and also mirrors the
default behaviors for setup-python which use
<code>**/requirements.txt</code>, <code>**/Pipfile.lock</code> or
<code>**/poetry.lock</code>.</p>
<p>The previous default led to the cache being created only once and
never invalidated or updated even when the dependencies changed.</p>
<p>This change only affects you if you are using <code>enable-cache:
true</code> without specifying <code>cache-dependency-glob</code>. The
only behavioral change you might see is one time cache miss.</p>
<p>Learn more about <code>cache-dependency-glob</code> in the <a
href="https://github.com/astral-sh/setup-uv?tab=readme-ov-file#cache-dependency-glob">README
section</a>.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/023eb7875fa1caa15814da58d1df7350f8fb1fd9"><code>023eb78</code></a>
chore: update known checksums for 0.4.17 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/104">#104</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/315da29189b75e219ff231142b681fb34924b3cb"><code>315da29</code></a>
Bump <code>@​types/node</code> from 22.7.0 to 22.7.3 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/103">#103</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/4cda7d73322c50eac316ad623a716f09a2db2ac7"><code>4cda7d7</code></a>
Bump <code>@​types/node</code> from 22.6.1 to 22.7.0 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/101">#101</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/8114e5e81b16e117e15e867a0090a7579493b75c"><code>8114e5e</code></a>
chore: update known checksums for 0.4.16 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/100">#100</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/7ee921e18a0351d15c3cba0b1b64f494262b5f22"><code>7ee921e</code></a>
Bump <code>@​types/node</code> from 22.5.5 to 22.6.1 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/98">#98</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/8c3a35e468411fbdfb59064e533e71255a86f87b"><code>8c3a35e</code></a>
Only log checksum is valid when it really is (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/97">#97</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/abac0ce7b0768476333db78faaf98b1130f5face"><code>abac0ce</code></a>
Use runner label selfhosted-ubuntu-arm64 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/96">#96</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/03e245b1580d1b7fcef00134d0ccc2998494cc90"><code>03e245b</code></a>
chore: update known checksums for 0.4.15 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/95">#95</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/aeb46491c743cadc4cba26bb752a065b9c7593be"><code>aeb4649</code></a>
Set tool(-bin) dir and add to PATH (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/87">#87</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/dbb680fbd2cf54566e8ad79117320920972f981a"><code>dbb680f</code></a>
chore: update known checksums for 0.4.14 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/94">#94</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/setup-uv/compare/v2...v3">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=2&new-version=3)](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>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 0e8491f commit e0cec84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
Expand Down

0 comments on commit e0cec84

Please sign in to comment.