Skip to content

Commit eed25fc

Browse files
chore(github-deps): bump astral-sh/setup-uv from 6.5.0 to 6.6.0 (#3247)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.5.0 to 6.6.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/setup-uv/commit/4959332f0f014c5280e7eac8b70c90cb574c9f9b"><code>4959332</code></a> Bump dependencies (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/532">#532</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/adeb28643fafd96ec828a18e7858d863bbe08fcf"><code>adeb286</code></a> Add support for .tools-versions (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/531">#531</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/fce199e243f665a271f4b5233ff05fa721239a7a"><code>fce199e</code></a> Add log message before long API calls to GitHub (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/530">#530</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/f758a4a1ebb83e14d4816e3687e4da1f0468b45c"><code>f758a4a</code></a> chore: update known versions for 0.8.12 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/529">#529</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/c0e7e93474eb09a343746f2a2742979d0cba523c"><code>c0e7e93</code></a> chore: update known versions for 0.8.11 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/526">#526</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/fda2399cb3c680135ce1a009461a6c795a17a6e0"><code>fda2399</code></a> chore: update known versions for 0.8.10 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/525">#525</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/setup-uv/compare/d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1...4959332f0f014c5280e7eac8b70c90cb574c9f9b">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.5.0&new-version=6.6.0)](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 3d68ca0 commit eed25fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
27+
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
activate-environment: true

0 commit comments

Comments
 (0)