Skip to content

Commit 298bcea

Browse files
chore: Bump the actions group with 2 updates (#549)
Bumps the actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action). Updates `astral-sh/setup-uv` from 6.1.0 to 6.3.1 <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.3.1 🌈 Do not warn when version not in manifest-file</h2> <h2>Changes</h2> <p>This is a hotfix to change the warning messages that a version could not be found in the local manifest-file to info level.</p> <p>A <code>setup-uv</code> release contains a version-manifest.json file with infos in all available <code>uv</code> releases. When a new <code>uv</code> version is released this is not contained in this file until the file gets updated and a new <code>setup-uv</code> release is made. We will overhaul this process in the future but for now the spamming of warnings is removed.</p> <h2>🐛 Bug fixes</h2> <ul> <li>Do not warn when version not in manifest-file <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/462">#462</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>chore: update known versions for 0.7.14 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/459">#459</a>)</li> <li>Revert &quot;Set expected cache dir drive to C: on windows (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/451">#451</a>)&quot; <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/460">#460</a>)</li> </ul> <h2>v6.3.0 🌈 Use latest version from manifest-file</h2> <h2>Changes</h2> <p>If a manifest-file is supplied the default value of the version input (latest) will get the latest version available in the manifest. That might not be the actual latest version available in the official uv repo.</p> <h2>🚀 Enhancements</h2> <ul> <li>Use latest version from manifest-file <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/458">#458</a>)</li> </ul> <h2>v6.2.0 🌈 New input manifest-file</h2> <h2>Changes</h2> <p>This release adds a new input <code>manifest-file</code>.</p> <p>The <code>manifest-file</code> input allows you to specify a JSON manifest that lists available uv versions, architectures, and their download URLs. By default, this action uses the manifest file contained in this repository, which is automatically updated with each release of uv.</p> <p>The manifest file contains an array of objects, each describing a version, architecture, platform, and the corresponding download URL.</p> <p>You can supply a custom manifest file URL to define additional versions, architectures, or different download URLs. This is useful if you maintain your own uv builds or want to override the default sources.</p> <p>For example:</p> <pre lang="json"><code>[ { &quot;version&quot;: &quot;0.7.12-alpha.1&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/bd01e18f51369d5a26f1651c3cb451d3417e3bba"><code>bd01e18</code></a> Do not warn when version not in manifest-file (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/462">#462</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/c6a5ebaafeb1babe6b7402a384856f863ca8b1c7"><code>c6a5eba</code></a> chore: update known versions for 0.7.14 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/459">#459</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/790df8f465aaeefce9b567405434da4e5095bd2e"><code>790df8f</code></a> Revert &quot;Set expected cache dir drive to C: on windows (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/451">#451</a>)&quot; (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/460">#460</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/445689ea25e0de0a23313031f5fe577c74ae45a1"><code>445689e</code></a> Use latest version from manifest-file (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/458">#458</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/a02a550bdd3185dba2ebb6aa98d77047ce54ad21"><code>a02a550</code></a> Look for version-manifest.json relative to action path (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/456">#456</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/60cc2b45855283f89ec62f1aba5ee88bf9ec7fc7"><code>60cc2b4</code></a> Add input manifest-file (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/454">#454</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/7bbb36f4345bf059635fb6d04d0fb369ca42338e"><code>7bbb36f</code></a> chore: update known versions for 0.7.13 and 0.7.12 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/444">#444</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/60ecb381b4b43af6bb3f4debfa54d9b0b0107997"><code>60ecb38</code></a> Set expected cache dir drive to C: on windows (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/451">#451</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/252c9954247a3257f40af94d0d836d0ffb58f808"><code>252c995</code></a> chore: update known versions for 0.7.11 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/442">#442</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/477a814f2de90c2d4166598b37d04ac2f359284d"><code>477a814</code></a> chore: update known versions for 0.7.10 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/440">#440</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/setup-uv/compare/f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb...bd01e18f51369d5a26f1651c3cb451d3417e3bba">compare view</a></li> </ul> </details> <br /> Updates `svenstaro/upload-release-action` from 2.9.0 to 2.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/svenstaro/upload-release-action/releases">svenstaro/upload-release-action's releases</a>.</em></p> <blockquote> <h2>2.11.1</h2> <p>Fixed input and output names for release_id</p> <h2>2.11.0</h2> <ul> <li>Adds a <code>release_id</code> output, and optional input, for uploading files to release - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/136">#136</a> (thanks <a href="https://github.com/alexis-opolka"><code>@​alexis-opolka</code></a>)</li> </ul> <h2>2.10.0</h2> <p>Adds the ability to disable duplicate check, for lower Github API usage - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/142">#142</a> (thanks <a href="https://github.com/colinsullivan"><code>@​colinsullivan</code></a>)</p> <h2>2.9.1</h2> <p>Fixed development + CI, updated dependencies - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/137">#137</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md">svenstaro/upload-release-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>[2.11.1] - 2025-06-30</h2> <ul> <li>Adds a <code>release_id</code> output, and optional input, for uploading files to release - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/136">#136</a> (thanks <a href="https://github.com/alexis-opolka"><code>@​alexis-opolka</code></a>)</li> </ul> <h2>[2.10.0] - 2025-06-21</h2> <ul> <li>Adds the ability to disable duplicate check, for lower Github API usage - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/142">#142</a> (thanks <a href="https://github.com/colinsullivan"><code>@​colinsullivan</code></a>)</li> </ul> <h2>[2.9.1] - 2025-06-21</h2> <ul> <li>Fixed development + CI, updated dependencies <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/137">#137</a></li> </ul> <h2>[2.9.0] - 2024-02-22</h2> <ul> <li>Allow setting a release as draft <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/112">#112</a> (thanks <a href="https://github.com/ShonP40"><code>@​ShonP40</code></a>)</li> </ul> <h2>[2.8.0] - 2024-02-21</h2> <ul> <li>Bump all deps</li> <li>Update to node 20</li> </ul> <h2>[2.7.0] - 2023-07-28</h2> <ul> <li>Allow setting an explicit target_commitish <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/46">#46</a> (thanks <a href="https://github.com/Spikatrix"><code>@​Spikatrix</code></a>)</li> </ul> <h2>[2.6.1] - 2023-05-31</h2> <ul> <li>Do not overwrite body or name if empty <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/108">#108</a> (thanks <a href="https://github.com/regevbr"><code>@​regevbr</code></a>)</li> </ul> <h2>[2.6.0] - 2023-05-23</h2> <ul> <li>Add <code>make_latest</code> input parameter. Can be set to <code>false</code> to prevent the created release from being marked as the latest release for the repository <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/100">#100</a> (thanks <a href="https://github.com/brandonkelly"><code>@​brandonkelly</code></a>)</li> <li>Don't try to upload empty files <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/102">#102</a> (thanks <a href="https://github.com/Loyalsoldier"><code>@​Loyalsoldier</code></a>)</li> <li>Bump all deps <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/105">#105</a></li> <li><code>overwrite</code> option also overwrites name and body <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/106">#106</a> (thanks <a href="https://github.com/regevbr"><code>@​regevbr</code></a>)</li> <li>Add <code>promote</code> option to allow prereleases to be promoted <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/74">#74</a> (thanks <a href="https://github.com/regevbr"><code>@​regevbr</code></a>)</li> </ul> <h2>[2.5.0] - 2023-02-21</h2> <ul> <li>Add retry to upload release <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/96">#96</a> (thanks <a href="https://github.com/sonphantrung"><code>@​sonphantrung</code></a>)</li> </ul> <h2>[2.4.1] - 2023-02-01</h2> <ul> <li>Modernize octokit usage</li> </ul> <h2>[2.4.0] - 2023-01-09</h2> <ul> <li>Update to node 16</li> <li>Bump most dependencies</li> </ul> <h2>[2.3.0] - 2022-06-05</h2> <ul> <li>Now defaults <code>repo_token</code> to <code>${{ github.token }}</code> and <code>tag</code> to <code>${{ github.ref }}</code> <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/69">#69</a> (thanks <a href="https://github.com/leighmcculloch"><code>@​leighmcculloch</code></a>)</li> </ul> <h2>[2.2.1] - 2020-12-16</h2> <ul> <li>Added support for the GitHub pagination API for repositories with many releases <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/36">#36</a> (thanks <a href="https://github.com/djpohly"><code>@​djpohly</code></a>)</li> </ul> <h2>[2.2.0] - 2020-10-07</h2> <ul> <li>Add support for ceating a new release in a foreign repository <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/25">#25</a> (thanks <a href="https://github.com/kittaakos"><code>@​kittaakos</code></a>)</li> <li>Upgrade all deps</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/svenstaro/upload-release-action/commit/5e35e583720436a2cc5f9682b6f55657101c1ea1"><code>5e35e58</code></a> 2.11.1</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/fc6aa16be328594dc2dc2d237bae985d6f65c1c5"><code>fc6aa16</code></a> Separate E2E tests into draft + non-draft - each one has its own cleanup (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/146">#146</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/02f15da06d6f85e8b956dd4b1eaacffaaede7644"><code>02f15da</code></a> 2.11.0</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/0b4575260c5fbd42b70f4f65a2b3621824f871e9"><code>0b45752</code></a> Added docs for draft, input validation, and outputs (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/145">#145</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/7edb9f02e8189ab5b4006001aa034240e3fc3f8c"><code>7edb9f0</code></a> E2E draft tests (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/144">#144</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/dfdf376b495ed839e84cf85eadc69ff1d38e16ea"><code>dfdf376</code></a> Feat: Allow upload to draft release using a matrix (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/136">#136</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/ebd922b779f285dafcac6410a0710daee9c12b82"><code>ebd922b</code></a> 2.10.0</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/bddccc18cfac7bbaa403a701360d6d9d619cb3a3"><code>bddccc1</code></a> E2E tests: Add failure scenario testing for uploading the same file twice (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/143">#143</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/d5dd839297d83842c0420ccde922cecc256e01b5"><code>d5dd839</code></a> Adds the ability to disable duplicate check (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/142">#142</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/2227fb81717dbed27b19fa3d525eaf2ebdd1a9da"><code>2227fb8</code></a> 2.9.1</li> <li>Additional commits viewable in <a href="https://github.com/svenstaro/upload-release-action/compare/04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd...5e35e583720436a2cc5f9682b6f55657101c1ea1">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9698d06 commit 298bcea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
python-version: '${{ matrix.python-version }}'
8585
- name: Set up uv
86-
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
86+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
8787
with:
8888
version: ">=0.7"
8989
- name: Install tools
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
python-version: 3.x
128128
- name: Set up uv
129-
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
129+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
130130
with:
131131
version: ">=0.7"
132132
- name: Install Meltano

.github/workflows/release_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
name: Packages
3737
path: dist
38-
- uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
38+
- uses: svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # 2.11.1
3939
with:
4040
file: dist/*.whl
4141
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)