Bump astral-sh/setup-uv from 7.1.4 to 7.1.5
Bumps astral-sh/setup-uv from 7.1.4 to 7.1.5.
Release notes
Sourced from astral-sh/setup-uv's releases.
v7.1.5 🌈 allow setting
cache-local-pathwithoutenable-cache: trueChanges
astral-sh/setup-uv#612 fixed a faulty behavior where this action set
UV_CACHE_DIReven thoughenable-cachewasfalse. It also fixed the cases were the cache dir is already configured in a settings file likepyproject.tomlorUV_CACHE_DIRwas already set. Here the action shouldn't overwrite or setUV_CACHE_DIR.These fixes introduced an unwanted behavior: You can still set
cache-local-pathbut this action didn't do anything. This release fixes that.You can now use
cache-local-pathto automatically setUV_CACHE_DIReven whenenable-cacheisfalse(or gets set to false by default e.g. on self-hosted runners)- name: This is now possible uses: astral-sh/setup-uv@v7 with: enable-cache: false cache-local-path: "/path/to/cache"🐛 Bug fixes
- allow cache-local-path w/o enable-cache
@eifinger(#707)🧰 Maintenance
- set biome files.maxSize to 2MiB
@eifinger(#708)- chore: update known checksums for 0.9.16 @github-actions[bot] (#706)
- chore: update known checksums for 0.9.15 @github-actions[bot] (#704)
- chore: use
npm ci --ignore-scriptseverywhere@woodruffw(#699)- chore: update known checksums for 0.9.14 @github-actions[bot] (#700)
- chore: update known checksums for 0.9.13 @github-actions[bot] (#694)
- chore: update known checksums for 0.9.12 @github-actions[bot] (#693)
- chore: update known checksums for 0.9.11 @github-actions[bot] (#688)
⬆️ Dependency updates
- Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 @dependabot[bot] (#695)
- bump dependencies
@eifinger(#709)- Bump github/codeql-action from 4.30.9 to 4.31.6 @dependabot[bot] (#698)
- Bump zizmorcore/zizmor-action from 0.2.0 to 0.3.0 @dependabot[bot] (#696)
- Bump eifinger/actionlint-action from 1.9.2 to 1.9.3 @dependabot[bot] (#690)
Commits
ed21f2fBump peter-evans/create-pull-request from 7.0.8 to 7.0.9 (#695)93202d8bump dependencies (#709)5ce0900set biome files.maxSize to 2MiB (#708)4180991allow cache-local-path w/o enable-cache (#707)0439606Bump github/codeql-action from 4.30.9 to 4.31.6 (#698)7dd56c1chore: update known checksums for 0.9.16 (#706)9c12baechore: update known checksums for 0.9.15 (#704)64f7f4echore: usenpm ci --ignore-scriptseverywhere (#699)5ae467fchore: update known checksums for 0.9.14 (#700)06e4edbBump zizmorcore/zizmor-action from 0.2.0 to 0.3.0 (#696)- 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)