chore(deps): bump astral-sh/setup-uv from 6.5.0 to 6.7.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
dependencies github_actions
Bumps astral-sh/setup-uv from 6.5.0 to 6.7.0.
Release notes
Sourced from astral-sh/setup-uv's releases.
v6.7.0 🌈 New inputs
restore-cacheandsave-cacheChanges
This release adds fine-grained control over the caching steps.
- The input
restore-cache(trueby default) can be set tofalseto skip restoring the cache while still allowing to save the cache.- The input
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:
- name: Save cache only on main branch uses: astral-sh/setup-uv@v6 with: enable-cache: true save-cache: ${{ github.ref == 'refs/heads/main' }}🚀 Enhancements
- Add inputs restore-cache and save-cache
@eifinger(#568)🧰 Maintenance
- bump deps
@eifinger(#569)- Automatically push updated known versions
@eifinger(#565)- chore: update known versions for 0.8.16/0.8.17 @github-actions[bot] (#562)
- chore: update known versions for 0.8.15 @github-actions[bot] (#550)
- chore(ci): address CI lint findings
@woodruffw(#545)⬆️ Dependency updates
- Bump github/codeql-action from 3.29.11 to 3.30.3 @dependabot[bot] (#566)
- Bump actions/setup-node from 4.4.0 to 5.0.0 @dependabot[bot] (#551)
v6.6.1 🌈 Fix exclusions in cache-dependency-glob
Changes
Exclusions with a leading
!in the cache-dependency-glob did not work and got fixed with this release. Thank you@KnisterPeterfor raising this!🐛 Bug fixes
- Fix exclusions in cache-dependency-glob
@eifinger(#546)🧰 Maintenance
- Bump dependencies
@eifinger(#547)- chore: update known versions for 0.8.14 @github-actions[bot] (#543)
- chore: update known versions for 0.8.13 @github-actions[bot] (#536)
Commits
b75a909bump deps (#569)ffff8aaBump github/codeql-action from 3.29.11 to 3.30.3 (#566)95d0e23Bump actions/setup-node from 4.4.0 to 5.0.0 (#551)dc724a1Add inputs restore-cache and save-cache (#568)f67343aAutomatically push updated known versions (#565)4dd9f52chore: update known versions for 0.8.16/0.8.17 (#562)e1e6fe7chore: update known versions for 0.8.15 (#550)b183611chore(ci): address CI lint findings (#545)557e51dBump dependencies (#547)1b46e13Fix exclusions in cache-dependency-glob (#546)- 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)
Pull Request Statistics
1
7
+8
-8
Package Dependencies
Technical Details
| ID: | 7733762 |
| UUID: | 2827879144 |
| Node ID: | PR_kwDOOMEdyc6ojgLo |
| Host: | GitHub |
| Repository: | aignostics/python-sdk |
| Merge State: | Unknown |