mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-07 20:50:52 +00:00
chore(github-deps): bump astral-sh/setup-uv from 6.7.0 to 6.8.0 (#3686)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.7.0 to 6.8.0. <details> <summary>Commits</summary> <ul> <li><a href="d0cc045d04
"><code>d0cc045</code></a> Always show prune cache output (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/597">#597</a>)</li> <li><a href="2841f9f5c1
"><code>2841f9f</code></a> Bump zizmorcore/zizmor-action from 0.1.2 to 0.2.0 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/571">#571</a>)</li> <li><a href="e554b93b80
"><code>e554b93</code></a> Add **/*.py.lock to cache-dependency-glob (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/590">#590</a>)</li> <li><a href="c7d85d9988
"><code>c7d85d9</code></a> chore: update known versions for 0.8.20</li> <li><a href="07f2cb5db9
"><code>07f2cb5</code></a> persist credentials for version update (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/584">#584</a>)</li> <li><a href="208b0c0ee4
"><code>208b0c0</code></a> README.md: Fix Python versions and update checkout action (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/572">#572</a>)</li> <li>See full diff in <a href="b75a909f75...d0cc045d04
">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>
This commit is contained in:
parent
45cf74db33
commit
59e5bde991
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-build-test.yml
vendored
2
.github/workflows/python-build-test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
|
||||
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
activate-environment: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue