Skip to content

chore(ci): bump astral-sh/setup-uv from 7.6.0 to 8.1.0#136

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/astral-sh/setup-uv-8.1.0
Open

chore(ci): bump astral-sh/setup-uv from 7.6.0 to 8.1.0#136
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/astral-sh/setup-uv-8.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps astral-sh/setup-uv from 7.6.0 to 8.1.0.

Release notes

Sourced from astral-sh/setup-uv's releases.

v8.1.0 🌈 New input no-project

Changes

This add the a new boolean input no-project. It only makes sense to use in combination with activate-environment: true and will append --no project to the uv venv call. This is for example useful if you have a pyproject.toml file with parts unparseable by uv

🚀 Enhancements

  • Add input no-project in combination with activate-environment @​eifinger (#856)

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

  • chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 @dependabot[bot] (#855)

v8.0.0 🌈 Immutable releases and secure tags

This is the first immutable release of setup-uv 🥳

All future releases are also immutable, if you want to know more about what this means checkout the docs.

This release also has two breaking changes

New format for manifest-file

The previously deprecated way of defining a custom version manifest to control which uv versions are available and where to download them from got removed. The functionality is still there but you have to use the new format.

No more major and minor tags

To increase security even more we will stop publishing minor tags. You won't be able to use @v8 or @v8.0 any longer. We do this because pinning to major releases opens up users to supply chain attacks like what happened to tj-actions.

[!TIP] Use the immutable tag as a version astral-sh/setup-uv@v8.0.0 Or even better the githash astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57

... (truncated)

Commits
  • 0880764 fix: grant contents:write to validate-release job (#860)
  • 717d6ab Add a release-gate step to the release workflow (#859)
  • 5a911eb Draft commitish releases (#858)
  • 080c31e Add action-types.yml to instructions (#857)
  • b3e97d2 Add input no-project in combination with activate-environment (#856)
  • 7dd591d chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (#855)
  • 1541b77 chore: update known checksums for 0.11.7 (#853)
  • cdfb2ee Refactor version resolving (#852)
  • cb84d12 chore: update known checksums for 0.11.6 (#850)
  • 1912cc6 chore: update known checksums for 0.11.5 (#845)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Open with Devin

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.6.0 to 8.1.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@37802ad...0880764)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 16, 2026

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 16, 2026

Greptile Summary

This is a Dependabot-generated bump of astral-sh/setup-uv from v7.6.0 to v8.1.0 across all three workflow files. All 6 occurrences are updated consistently with the correct commit hash (08807647e7069bb48b6ef5acd8ec9567f424441b) and matching version comment. The v8.0.0 release introduced two breaking changes (new manifest-file format and removal of floating major/minor tags), but neither applies here since the workflows don't use manifest-file and already pin to exact commit hashes.

Confidence Score: 5/5

Safe to merge — routine dependency bump with no breaking changes affecting this repo's usage.

All 6 action references are updated consistently with the correct pinned hash and version comment. No breaking changes from v8.x apply to the current workflow configurations (no manifest-file usage, already hash-pinned). No logic changes in any workflow.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml 3 occurrences of astral-sh/setup-uv bumped from pinned hash for v7.6.0 to v8.1.0; hash and version comment updated consistently
.github/workflows/docs.yml 1 occurrence of astral-sh/setup-uv bumped to v8.1.0; hash and comment updated correctly
.github/workflows/release.yml 2 occurrences of astral-sh/setup-uv bumped to v8.1.0; hash and comment updated correctly

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot bump: setup-uv v7.6.0 → v8.1.0] --> B[ci.yml: 3 occurrences]
    A --> C[docs.yml: 1 occurrence]
    A --> D[release.yml: 2 occurrences]
    B --> E[Hash: 37802adc... → 08807647...]
    C --> E
    D --> E
    E --> F{Breaking changes in v8?}
    F -->|manifest-file format changed| G[Not used in any workflow ✅]
    F -->|No more floating major/minor tags| H[Already hash-pinned ✅]
Loading

Reviews (1): Last reviewed commit: "chore(ci): bump astral-sh/setup-uv from ..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants