Bump astral-sh/setup-uv from 5 to 6 #84
Annotations
2 errors and 4 warnings
Run release-drafter/release-drafter@v6
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '15088596312',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: 'Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6.\n' +
'<details>\n' +
'<summary>Release notes</summary>\n' +
`<p><em>Sourced from <a href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's releases</a>.</em></p>\n` +
'<blockquote>\n' +
'<h2>v6.0.0 🌈 activate-environment and working-directory</h2>\n' +
'<h2>Changes</h2>\n' +
'<p>This version contains some breaking changes which have been gathering up for a while. Lets dive into them:</p>\n' +
'<ul>\n' +
'<li><a href="https://github.com/astral-sh/setup-uv/blob/HEAD/#activate-environment">Activate environment</a></li>\n' +
'<li><a href="https://github.com/astral-sh/setup-uv/blob/HEAD/#working-directory">Working Directory</a></li>\n' +
'<li><a href="https://github.com/astral-sh/setup-uv/blob/HEAD/#default-cache-dependency-glob">Default <code>cache-dependency-glob</code></a></li>\n' +
'<li><a href="https://github.com/astral-sh/setup-uv/blob/HEAD/#use-default-cache-dir-on-self-hosted-runners">Use default cache dir on self hosted runners</a></li>\n' +
'</ul>\n' +
'<h3>Activate environment</h3>\n' +
'<p>In previous versions using the input <code>python-version</code> automatically activated a venv at the repository root.\n' +
'This led to some unwanted side-effects, was sometimes unexpected and not flexible enough.</p>\n' +
'<p>The venv activation is now explicitly controlled with the new input <code>activate-environment</code> (false by default):</p>\n' +
'<pre lang="yaml"><code>- name: Install the latest version of uv and activate the environment\n' +
' uses: astral-sh/setup-uv@v6\n' +
' with:\n' +
' activate-environment: true\n' +
'- run: uv pip install pip\n' +
'</code></pre>\n' +
'<p>The venv gets created by the <a href="https://docs.astral.sh/uv/pip/environments/"><code>uv venv</code></a> command so the python version is controlled by the <code>python-version</code> input or the files <code>pyproject.toml</code>, <code>uv.toml</code>, <code>.python-version</code> in the <code>working-directory</code>.</p>\n' +
'<h3>Working Directory</h3>\n' +
'<p>The new input <code>working-directory</code> controls where we look for <code>pyproject.toml</code>, <code>uv.toml</code> and <code>.python-version</code> files\n' +
'which are used to determine the version of uv and python to install.</p>\n' +
'<p>It can also be used to control where the venv gets created.</p>\n' +
'<pre lang="yaml"><code>- name: Install uv based on the config files in the working-directory\n' +
' uses: astral-sh/setup-uv@v6\n' +
' with:\n' +
' working-directory: my/subproject/dir\n' +
'</code></pre>\n' +
'<blockquote>\n' +
'<p>[!CAUTION]</p>\n' +
'<p>The inputs <code>pyproject-file</code> and <code>uv-file</code> have been removed.</p>\n' +
'</blockquote>\n' +
'<h3>Default <code>cache-dependency-glob</code></h3>\n' +
'<p><a href="https://github.com/ssbarnea"><code>@ssbarnea</code></a> found out that the default <code>cache-dependency-glob</code> was not suitable for a lot of users.</p>\n' +
'<p>The old default</p>\n' +
|
Run release-drafter/release-drafter@v6
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '15088596312',
status: 422,
response: {
url: 'https://api.github.com/repos/gdsfactory/skywater130/releases/219296276',
status: 422,
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
'content-length': '210',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Sat, 17 May 2025 19:58:41 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'contents=write',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '0482:D6C31:139B38:278EC8:6828EA70',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4962',
'x-ratelimit-reset': '1747514686',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '38',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'invalid',
field: 'target_commitish'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release',
status: '422'
}
},
request: {
method: 'PATCH',
url: 'https://api.github.com/repos/gdsfactory/skywater130/releases/219296276',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.1 (linux; x64)',
'x-github-delivery': '15088596312',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: `{"body":"# What's Changed\\n\\n* No changes\\n\\n**Full Changelog**: https://github.com/gdsfactory/skywater130/compare/v0.13.1...v0.13.2\\n","draft":true,"prerelease":false,"make_latest":"true","name":"v0.13.2","tag_name":"v0.13.2","target_commitish":"refs/pull/110/merge"}`,
request: {}
},
event: {
id: '15088596312',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: 'Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6.\n' +
'<details>\n' +
'<summary>Release notes</summary>\n' +
`<p><em>Sourced from <a href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's releases</a>.</em></p>\n` +
'<blockquote>\n' +
'<h2>v6.0.0 🌈 activate-environment and working-directory</h2>\n' +
'<h2>Changes</h2>\n' +
'<p>This version contains some breaking changes which have been gathering up for a while. Lets dive into them:</p>\n' +
'<ul>\n' +
'<li><a href="https://github.com/astral-sh/setup-uv/blob/HEAD/#activate-environment">Activate environment</a></li>\n' +
'<li><a href="https://github.com/astral-sh/setup-uv/blob/HEAD/#working-directory">Working Directory</a></li>\n' +
'<li><a href="https://github.com/astral-sh/setup-uv/blob/HEAD/#default-cache-dependency-glob">Default <code>cache-dependency-glob</code></a></li>\n' +
'<li><a href="https://github.com/astral-sh/setup-uv/blob/HEAD/#use-default-cache-dir-on-self-hosted-runners">Use default cache dir on self hosted runners</a></li>\n' +
'</ul>\n' +
'<h3>Activate environment</h3>\n' +
'<p>In previou
|
Run release-drafter/release-drafter@v6
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@v6
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@v6
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@v6
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Loading