chore(deps): update eifinger/setup-uv action to v3 #1714
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.7
->v3.1.7
Release Notes
eifinger/setup-uv (eifinger/setup-uv)
v3.1.7
: 🌈 update known checksums for 0.4.21Compare Source
Changes
🧰 Maintenance
v3.1.6
: 🌈 Fix cache linebreak in linux runnerCompare Source
Changes
🐛 Bug fixes
v3.1.5
: 🌈 update known checksums for 0.4.20Compare Source
Changes
🧰 Maintenance
⬆️ Dependency updates
v3.1.4
: 🌈 update known checksums for 0.4.18Compare Source
Changes
🧰 Maintenance
⬆️ Dependency updates
v3.1.3
: 🌈 update known checksums for 0.4.17Compare Source
Changes
🧰 Maintenance
⬆️ Dependency updates
v3.1.2
: 🌈 update known checksums for 0.4.16Compare Source
Changes
🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates
v3.1.1
: 🌈 update known checksums for 0.4.15Compare Source
Changes
🧰 Maintenance
📚 Documentation
v3.1.0
: 🌈 Support for semver version rangesCompare Source
You can now also use semver ranges to define the version of uv to install:
Learn more in the README
Changes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v3.0.0
: 🌈 Set the cache-dependency-glob default to `**/uv.lock`Compare Source
Changes
With this release
cache-dependency-glob
defaults to**/uv.lock
.This is in line with what most users would expect and also mirrors the default behaviors for setup-python which use
**/requirements.txt
,**/Pipfile.lock
or**/poetry.lock
.The previous default led to the cache being created only once and never invalidated or updated even when the dependencies changed.
This change only affects you if you are using
enable-cache: true
without specifyingcache-dependency-glob
. The only behavioral change you might see is one time cache miss.Learn more about
cache-dependency-glob
in the README section.🚨 Breaking changes
**/uv.lock
@eifinger (#77)🧰 Maintenance
⬆️ Dependency updates
v2.1.2
: 🌈 update known checksums for 0.4.10Compare Source
Changes
🧰 Maintenance
⬆️ Dependency updates
v2.1.1
: 🌈 use GitHub token by defaultCompare Source
Changes
🧰 Maintenance
v2.1.0
: 🌈 Use D:\a_tmp\setup-uv-cache as default cacheLocalPath on WindowsCompare Source
The default cacheLocalPath was
/tmp/setup-uv-cache
which led to undefined behavior on Windows runners. On Windows the default is now D:\a_tmp\setup-uv-cache.It is now also supported to supply a list of globs in
cache-dependency-glob
. This aligns with the functionality ofcache-dependency-path
inactions/setup-python
Changes
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v2.0.0
: 🌈 Change default version tolatest
Compare Source
This is the first release under the @astral-sh org 🥳
We decided to change the default version to
latest
instead of regularly updating the default version to the latest released version ofuv
.This aligns with the default behavior of other
setup-x
actions.You can always pin a specific version with:
For self hosted runners this enables use of the tool cache and avoids downloading uv everytime (~1s).
The known checksums will still be updated after each release of
uv
.Changes
🚨 Breaking changes
"latest"
@charliermarsh (#37)🚀 Enhancements
📚 Documentation
⬆️ Dependency updates
Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.