forked from llamastack/llama-stack
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Commit 1a8ffef
chore(github-deps): bump astral-sh/setup-uv from 6.6.1 to 6.7.0 (llamastack#3502)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from
6.6.1 to 6.7.0.
<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.7.0 🌈 New inputs <code>restore-cache</code> and
<code>save-cache</code></h2>
<h2>Changes</h2>
<p>This release adds fine-grained control over the caching steps.</p>
<ul>
<li>The input <code>restore-cache</code> (<code>true</code> by default)
can be set to <code>false</code> to skip restoring the cache while still
allowing to save the cache.</li>
<li>The input <code>save-cache</code> (<code>true</code> by default) can
be set to <code>false</code> to skip saving the cache.</li>
</ul>
<p>Skipping cache saving can be useful if you know, that you will never
use this version of the cache again and don't want to waste storage
space:</p>
<pre lang="yaml"><code>- name: Save cache only on main branch
  uses: astral-sh/setup-uv@v6
  with:
    enable-cache: true
    save-cache: ${{ github.ref == 'refs/heads/main' }}
</code></pre>
<h2>🚀 Enhancements</h2>
<ul>
<li>Add inputs restore-cache and save-cache <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/568">#568</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>bump deps <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/569">#569</a>)</li>
<li>Automatically push updated known versions <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/565">#565</a>)</li>
<li>chore: update known versions for 0.8.16/0.8.17 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/562">#562</a>)</li>
<li>chore: update known versions for 0.8.15 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/550">#550</a>)</li>
<li>chore(ci): address CI lint findings <a
href="https://github.com/woodruffw"><code>@woodruffw</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/545">#545</a>)</li>
</ul>
<h2>⬆️ Dependency updates</h2>
<ul>
<li>Bump github/codeql-action from 3.29.11 to 3.30.3 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/566">#566</a>)</li>
<li>Bump actions/setup-node from 4.4.0 to 5.0.0 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/551">#551</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/b75a909f75acd358c2196fb9a5f1299a9a8868a4"><code>b75a909</code></a>
bump deps (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/569">#569</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/ffff8aa2b52849f5073a005794c75e83208551ad"><code>ffff8aa</code></a>
Bump github/codeql-action from 3.29.11 to 3.30.3 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/566">#566</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/95d0e233fa25294e21419d4211404269a802c380"><code>95d0e23</code></a>
Bump actions/setup-node from 4.4.0 to 5.0.0 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/551">#551</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/dc724a12b66b977b34b4766c180ee72d2c2caa75"><code>dc724a1</code></a>
Add inputs restore-cache and save-cache (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/568">#568</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/f67343ac2e81efedcb33d892014e4f594eaa3262"><code>f67343a</code></a>
Automatically push updated known versions (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/565">#565</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/4dd9f52a476ccddd1a1956c35c61fd45174d27c3"><code>4dd9f52</code></a>
chore: update known versions for 0.8.16/0.8.17 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/562">#562</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/e1e6fe791067dce0dec13d733c5477f0f0cf6a5d"><code>e1e6fe7</code></a>
chore: update known versions for 0.8.15 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/550">#550</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/b1836110f7769866ecca6f7e0ecea8ff48876523"><code>b183611</code></a>
chore(ci): address CI lint findings (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/545">#545</a>)</li>
<li>See full diff in <a
href="https://github.com/astral-sh/setup-uv/compare/557e51de59eb14aaaba2ed9621916900a91d50c6...b75a909f75acd358c2196fb9a5f1299a9a8868a4">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 790c782 commit 1a8ffefCopy full SHA for 1a8ffef
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- .github/workflows
 
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
.github/workflows/python-build-test.yml
Copy file name to clipboardExpand all lines: .github/workflows/python-build-test.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
24 | 24 |  | |
25 | 25 |  | |
26 | 26 |  | |
27 |  | - | |
 | 27 | + | |
28 | 28 |  | |
29 | 29 |  | |
30 | 30 |  | |
 | |||
0 commit comments