-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 86971a3
authored
ci: bump the actions group with 2 updates (#531)
Bumps the actions group with 2 updates:
[svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action)
and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
Updates `svenstaro/upload-release-action` from 2.9.0 to 2.10.0
<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.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.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>
<h2>[2.1.1] - 2020-09-25</h2>
<ul>
<li>Fix <code>release_name</code> option <a
href="https://redirect.github.com/svenstaro/upload-release-action/pull/27">#27</a>
(thanks <a
href="https://github.com/kittaakos"><code>@kittaakos</code></a>)</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/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><a
href="https://github.com/svenstaro/upload-release-action/commit/579598097387d64dfa4da7f4bb38c3bb7f8395c5"><code>5795980</code></a>
Code cleanup (<a
href="https://redirect.github.com/svenstaro/upload-release-action/issues/141">#141</a>)</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/b854e89156b41b600d18119c7f3678c284ac595a"><code>b854e89</code></a>
Add clarification regarding contents permissions</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/1e49097a23d92f353f75aedf36c7fad15baf441c"><code>1e49097</code></a>
readme: bump examples to checkout@v4 (<a
href="https://redirect.github.com/svenstaro/upload-release-action/issues/140">#140</a>)</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/7f51c7a2e63d964c6f34d1262254aba89fb49513"><code>7f51c7a</code></a>
readme: fix build badge (<a
href="https://redirect.github.com/svenstaro/upload-release-action/issues/139">#139</a>)</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/ed182a6f58a436c53b18c8b0c54617a40fc16717"><code>ed182a6</code></a>
Separate build and e2e test, since the tests can only run on push and
not on ...</li>
<li><a
href="https://github.com/svenstaro/upload-release-action/commit/7a203f99d2c970d182b6ad1a206baab40f438aee"><code>7a203f9</code></a>
Pass "npm run all", locally + in CI (<a
href="https://redirect.github.com/svenstaro/upload-release-action/issues/137">#137</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/svenstaro/upload-release-action/compare/04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd...ebd922b779f285dafcac6410a0710daee9c12b82">compare
view</a></li>
</ul>
</details>
<br />
Updates `astral-sh/setup-uv` from 6.1.0 to 6.3.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.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>[
{
"version": "0.7.12-alpha.1",
"artifactName":
"uv-x86_64-unknown-linux-gnu.tar.gz",
"arch": "x86_64",
"platform": "unknown-linux-gnu",
"downloadUrl":
"https://release.pyx.dev/0.7.12-alpha.1/uv-x86_64-unknown-linux-gnu.tar.gz"
},
...
]
</code></pre>
<pre lang="yaml"><code>- name: Use a custom manifest file
uses: astral-sh/setup-uv@v6
with:
manifest-file: "https://example.com/my-custom-manifest.json"
</code></pre>
<blockquote>
<p>[!WARNING]</p>
</blockquote>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a
href="https://github.com/astral-sh/setup-uv/commit/9b19f8f4b1c6b4ec43a10245dd3bef465ed9b5a5"><code>9b19f8f</code></a>
Add warning about shadowed uv binaries to
<code>activate-environment</code> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/439">#439</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/d44461ea9f6b6d77b25a3b196dc2cdb60b5d29eb"><code>d44461e</code></a>
chore: update known versions for 0.7.9 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/437">#437</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/c19c1b1ffd920a6c8a8a88ebbe7bf2e5f509eb0c"><code>c19c1b1</code></a>
Check that all jobs are in all-tests-passed.needs (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/432">#432</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/setup-uv/compare/f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb...445689ea25e0de0a23313031f5fe577c74ae45a1">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 6a692c8 commit 86971a3Copy full SHA for 86971a3
File tree
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedFilter options
- .github/workflows
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changed.github/workflows/build.yaml
Copy file name to clipboardExpand all lines: .github/workflows/build.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
0 commit comments