Commit 7630a5c
authored
chore(deps): update astral-sh/setup-uv action to v7.1.5 (#318)
This PR contains the following updates:
| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) |
action | patch | `v7.1.4` -> `v7.1.5` | [](https://securityscorecards.dev/viewer/?uri=github.com/astral-sh/setup-uv)
|
---
### Release Notes
<details>
<summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary>
###
[`v7.1.5`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v7.1.5):
🌈 allow setting `cache-local-path` without `enable-cache: true`
[Compare
Source](https://redirect.github.com/astral-sh/setup-uv/compare/v7.1.4...v7.1.5)
##### Changes
[#​612](https://redirect.github.com/astral-sh/setup-uv/pull/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)
```yaml
- 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](https://redirect.github.com/eifinger)
([#​707](https://redirect.github.com/astral-sh/setup-uv/issues/707))
##### 🧰 Maintenance
- set biome files.maxSize to 2MiB
[@​eifinger](https://redirect.github.com/eifinger)
([#​708](https://redirect.github.com/astral-sh/setup-uv/issues/708))
- chore: update known checksums for 0.9.16
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​706](https://redirect.github.com/astral-sh/setup-uv/issues/706))
- chore: update known checksums for 0.9.15
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​704](https://redirect.github.com/astral-sh/setup-uv/issues/704))
- chore: use `npm ci --ignore-scripts` everywhere
[@​woodruffw](https://redirect.github.com/woodruffw)
([#​699](https://redirect.github.com/astral-sh/setup-uv/issues/699))
- chore: update known checksums for 0.9.14
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​700](https://redirect.github.com/astral-sh/setup-uv/issues/700))
- chore: update known checksums for 0.9.13
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​694](https://redirect.github.com/astral-sh/setup-uv/issues/694))
- chore: update known checksums for 0.9.12
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​693](https://redirect.github.com/astral-sh/setup-uv/issues/693))
- chore: update known checksums for 0.9.11
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​688](https://redirect.github.com/astral-sh/setup-uv/issues/688))
##### ⬆️ Dependency updates
- Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​695](https://redirect.github.com/astral-sh/setup-uv/issues/695))
- bump dependencies
[@​eifinger](https://redirect.github.com/eifinger)
([#​709](https://redirect.github.com/astral-sh/setup-uv/issues/709))
- Bump github/codeql-action from 4.30.9 to 4.31.6
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​698](https://redirect.github.com/astral-sh/setup-uv/issues/698))
- Bump zizmorcore/zizmor-action from 0.2.0 to 0.3.0
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​696](https://redirect.github.com/astral-sh/setup-uv/issues/696))
- Bump eifinger/actionlint-action from 1.9.2 to 1.9.3
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​690](https://redirect.github.com/astral-sh/setup-uv/issues/690))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone
Europe/Dublin.
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/BSStudio/bss-web-file-api).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 017513d commit 7630a5c
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
0 commit comments