Changes
#612 fixed a faulty behavior where this action set UV_CACHE_DIR even though enable-cache was false. It also fixed the cases were the cache dir is already configured in a settings file like pyproject.toml or UV_CACHE_DIR was already set. Here the action shouldn't overwrite or set UV_CACHE_DIR.
These fixes introduced an unwanted behavior: You can still set cache-local-path but this action didn't do anything. This release fixes that.
You can now use cache-local-path to automatically set UV_CACHE_DIR even when enable-cache is false (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
🧰 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)