chore(deps): Update astral-sh/setup-uv action to v6.8.0 #29
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:
v6.3.0βv6.8.0Release Notes
astral-sh/setup-uv (astral-sh/setup-uv)
v6.8.0: π Add **/*.py.lock to cache-dependency-globCompare Source
Changes
Thanks to @βparched the default
cache-dependency-globnow also find all lock files generated byuv lock --scriptπ Enhancements
π§° Maintenance
π Documentation
β¬οΈ Dependency updates
v6.7.0: π New inputsrestore-cacheandsave-cacheCompare Source
Changes
This release adds fine-grained control over the caching steps.
restore-cache(trueby default) can be set tofalseto skip restoring the cache while still allowing to save the cache.save-cache(trueby default) can be set tofalseto skip saving the cache.Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space:
π Enhancements
π§° Maintenance
β¬οΈ Dependency updates
v6.6.1: π Fix exclusions in cache-dependency-globCompare Source
Changes
Exclusions with a leading
!in the cache-dependency-glob did not work and got fixed with this release. Thank you @βKnisterPeter for raising this!π Bug fixes
π§° Maintenance
v6.6.0: π Support for .tools-versionsCompare Source
Changes
This release adds support for asdf
.tool-versionsin theversion-fileinputπ Bug fixes
π Enhancements
π§° Maintenance
v6.5.0: π Better error messages, bug fixes and copilot agent settingsCompare Source
Changes
This release brings better error messages in case the GitHub API is impacted, fixes a few bugs and allows to disable problem matchers for better use in Copilot Agent workspaces.
π Bug fixes
π Enhancements
π§° Maintenance
π Documentation
β¬οΈ Dependency updates
v6.4.3: π fix relative paths starting with dotsCompare Source
π Bug fixes
v6.4.2: π Interpret relative inputs as under working-directoryCompare Source
Changes
This release will interpret relative paths in inputs as relative
to the value of
working-directory(default is${{ github.workspace }}) .This means the following configuration
will look for the
cache-dependency-globunder/my/path/uv.lockπ Bug fixes
π§° Maintenance
v6.4.1: π Hotfix: Ignore deps starting with uv when finding uv versionCompare Source
Changes
Thank you @βphpmypython for raising a PR to fix this issue!
π Bug fixes
v6.4.0: π Add inputversion-fileCompare Source
Changes
You can now use the
version-fileinput to specify a file that contains the version of uv to install.This can either be a
pyproject.tomloruv.tomlfile which defines arequired-versionoruv defined as a dependency in
pyproject.tomlorrequirements.txt.π Enhancements
π§° Maintenance
π Documentation
β¬οΈ Dependency updates
v6.3.1: π Do not warn when version not in manifest-fileCompare Source
Changes
This is a hotfix to change the warning messages that a version could not be found in the local manifest-file to info level.
A
setup-uvrelease contains a version-manifest.json file with infos in all availableuvreleases. When a newuvversion is released this is not contained in this file until the file gets updated and a newsetup-uvrelease is made.We will overhaul this process in the future but for now the spamming of warnings is removed.
π Bug fixes
π§° Maintenance
Configuration
π Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
π¦ 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 was generated by Mend Renovate. View the repository job log.