Bumps astral-sh/setup-uv from 5.3.1 to 5.4.1.
Release notesSourced from astral-sh/setup-uv's releases.
v5.4.1 🌈 Add support for pep440 version specifiers
Changes
With this release you can also use pep440 version specifiers as
required-versionin filesuv.toml,pyroject.tomland in theversioninput:- name: Install a pep440-specifier-satisfying version of uv uses: astral-sh/setup-uv@v5 with: version: ">=0.4.25,<0.5"🐛 Bug fixes
- Add support for pep440 version identifiers
@eifinger(#353)🧰 Maintenance
- chore: update known checksums for 0.6.10 @github-actions[bot] (#345)
📚 Documentation
- Add pep440 to docs header
@eifinger(#355)- Fix glob syntax link
@flying-sheep(#349)- Add link to supported glob patterns
@eifinger(#348)v5.4.0 🌈 uv and uvx path as outputs
Changes
The absolute paths to the uv and uvx binaries can now be accessed via the outputs
uv-pathanduvx-path.
setup-uvnow also issues a warning if the working directory is empty. This makes users aware of the common mistake to runsetup-uvbeforeactions/checkout. You can remove the warning by settingignore-empty-workdir: true🚀 Enhancements
- Add uv-path and uvx-path output
@eifinger(#341)- Warn when the workdir is empty
@eifinger(#322)🧰 Maintenance
- chore: update known checksums for 0.6.9 @github-actions[bot] (#339)
- Merge workflows and add all-tests-passed
@eifinger(#331)- chore: update known checksums for 0.6.8 @github-actions[bot] (#332)
- chore: update known checksums for 0.6.7 @github-actions[bot] (#330)
- Set required workflow permissions
@eifinger(#329)- Add workflow_dispatch triggers to every workflow
@eifinger(#326)- Bump dependencies
@eifinger(#324)- Inline action-update-semver
@eifinger(#323)- chore: update known checksums for 0.6.6 @github-actions[bot] (#318)
... (truncated)
Commits0c5e2b8Add pep440 to docs header (#355)794ea94Add support for pep440 version identifiers (#353)2d49bafchore: update known checksums for 0.6.10 (#345)4fa2559Fix glob syntax link (#349)224dce1Add link to supported glob patterns (#348)2269511Add uv-path and uvx-path output (#341)bf8ec1echore: update known checksums for 0.6.9 (#339)1fb7cdfMerge workflows and add all-tests-passed (#331)57fe17cBump@actions/cachefrom 4.0.2 to 4.0.3 (#334)72002e8Fix wrong warning message in FAQ (#337)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)