Skip to content

Commit 4f9b8e3

Browse files
build(deps): bump astral-sh/setup-uv from 6.3.1 to 6.4.3 (#3343)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.3.1 to 6.4.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>v6.4.3 🌈 fix relative paths starting with dots</h2> <h2>🐛 Bug fixes</h2> <ul> <li>fix relative paths starting with dots <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/500">#500</a>)</li> </ul> <h2>v6.4.2 🌈 Interpret relative inputs as under working-directory</h2> <h2>Changes</h2> <p>This release will interpret relative paths in inputs as relative to the value of <code>working-directory</code> (default is <code>${{ github.workspace }}</code>) . This means the following configuration</p> <pre lang="yaml"><code>- uses: astral-sh/setup-uv@v6 with: working-directory: /my/path cache-dependency-glob: uv.lock </code></pre> <p>will look for the <code>cache-dependency-glob</code> under <code>/my/path/uv.lock</code></p> <h2>🐛 Bug fixes</h2> <ul> <li>interpret relative inputs as under working-directory <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/498">#498</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>chore: update known versions for 0.8.1/0.8.2 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/497">#497</a>)</li> <li>chore: update known versions for 0.8.0 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/491">#491</a>)</li> </ul> <h2>v6.4.1 🌈 Hotfix: Ignore deps starting with uv when finding uv version</h2> <h2>Changes</h2> <p>Thank you <a href="https://github.com/phpmypython"><code>@​phpmypython</code></a> for raising a PR to fix this issue!</p> <h2>🐛 Bug fixes</h2> <ul> <li>Ignore deps starting with uv when finding uv version <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/492">#492</a>)</li> </ul> <h2>v6.4.0 🌈 Add input <code>version-file</code></h2> <h2>Changes</h2> <p>You can now use the <code>version-file</code> input to specify a file that contains the version of uv to install. This can either be a <code>pyproject.toml</code> or <code>uv.toml</code> file which defines a <code>required-version</code> or uv defined as a dependency in <code>pyproject.toml</code> or <code>requirements.txt</code>.</p> <pre lang="yaml"><code>- name: Install uv based on the version defined in requirements.txt uses: astral-sh/setup-uv@v6 with: version-file: &quot;requirements.txt&quot; &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/setup-uv/commit/e92bafb6253dcd438e0484186d7669ea7a8ca1cc"><code>e92bafb</code></a> fix relative paths starting with dots (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/500">#500</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/2c7142f755d7b37bdaea8d226073714c732889fe"><code>2c7142f</code></a> interpret relative inputs as under working-directory (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/498">#498</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/23482a31a88a7c77bb3f00e70b97338bc9ca49f6"><code>23482a3</code></a> chore: update known versions for 0.8.1/0.8.2 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/497">#497</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/4ac06a054e1a82147502e6128c4eab873ab38aa1"><code>4ac06a0</code></a> chore: update known versions for 0.8.0 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/491">#491</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/7edac99f961f18b581bbd960d59d049f04c0002f"><code>7edac99</code></a> Ignore deps starting with uv when finding uv version (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/492">#492</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/05273c154d09957eb9a2377d9c988fbda431d1c5"><code>05273c1</code></a> chore: update known versions for 0.7.22 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/488">#488</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/de545d4421825766363e893276909f9f7e959b7c"><code>de545d4</code></a> Bump dependencies (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/487">#487</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/b75ff7d7b8b27adfbb4b4a7f232e4011a9b44c60"><code>b75ff7d</code></a> Add input version-file (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/486">#486</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/c893ac1cb213677f58b781341aba739a586833bf"><code>c893ac1</code></a> chore: update known versions for 0.7.21 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/483">#483</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/a905f0040b4627926988ce456e6e05d82067632a"><code>a905f00</code></a> chore: update known versions for 0.7.20 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/480">#480</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/setup-uv/compare/bd01e18f51369d5a26f1651c3cb451d3417e3bba...e92bafb6253dcd438e0484186d7669ea7a8ca1cc">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=6.3.1&new-version=6.4.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7a9a94 commit 4f9b8e3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version: '3.9'
6868

6969
- name: Install uv
70-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
70+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
7171
with:
7272
version: "0.6.5"
7373

@@ -199,7 +199,7 @@ jobs:
199199
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
200200

201201
- name: Install uv
202-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
202+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
203203
with:
204204
version: "0.6.5"
205205

.github/workflows/python_push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434

3535
- name: Install uv
36-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
36+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
3737
with:
3838
python-version: ${{ matrix.pyVersion }}
3939
version: "0.6.5"
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252

5353
- name: Install uv
54-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
54+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
5555
with:
5656
version: "0.6.5"
5757

@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6969

7070
- name: Install uv
71-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
71+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
7272
with:
7373
version: "0.6.5"
7474

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
fetch-tags: true
179179

180180
- name: Install uv
181-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
181+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
182182
with:
183183
version: "0.6.5"
184184

0 commit comments

Comments
 (0)