ty/.github/workflows
renovate[bot] 2a91f544bc
Update astral-sh/setup-uv action to v6.7.0 (#1183)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) |
action | minor | `v6.6.1` -> `v6.7.0` |

---

### Release Notes

<details>
<summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary>

###
[`v6.7.0`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v6.7.0):
🌈 New inputs `restore-cache` and `save-cache`

[Compare
Source](https://redirect.github.com/astral-sh/setup-uv/compare/v6.6.1...v6.7.0)

#### Changes

This release adds fine-grained control over the caching steps.

- The input `restore-cache` (`true` by default) can be set to `false` to
skip restoring the cache while still allowing to save the cache.
- The input `save-cache` (`true` by default) can be set to `false` to
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:

```yaml
- 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
[@&#8203;eifinger](https://redirect.github.com/eifinger)
([#&#8203;568](https://redirect.github.com/astral-sh/setup-uv/issues/568))

#### 🧰 Maintenance

- bump deps [@&#8203;eifinger](https://redirect.github.com/eifinger)
([#&#8203;569](https://redirect.github.com/astral-sh/setup-uv/issues/569))
- Automatically push updated known versions
[@&#8203;eifinger](https://redirect.github.com/eifinger)
([#&#8203;565](https://redirect.github.com/astral-sh/setup-uv/issues/565))
- chore: update known versions for 0.8.16/0.8.17
@&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#&#8203;562](https://redirect.github.com/astral-sh/setup-uv/issues/562))
- chore: update known versions for 0.8.15
@&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#&#8203;550](https://redirect.github.com/astral-sh/setup-uv/issues/550))
- chore(ci): address CI lint findings
[@&#8203;woodruffw](https://redirect.github.com/woodruffw)
([#&#8203;545](https://redirect.github.com/astral-sh/setup-uv/issues/545))

#### ⬆️ Dependency updates

- Bump github/codeql-action from 3.29.11 to 3.30.3
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;566](https://redirect.github.com/astral-sh/setup-uv/issues/566))
- Bump actions/setup-node from 4.4.0 to 5.0.0
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;551](https://redirect.github.com/astral-sh/setup-uv/issues/551))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (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.

---

- [ ] <!-- 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/astral-sh/ty).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-15 08:50:06 +02:00
..
build-binaries.yml Update actions/setup-python action to v6 (#1149) 2025-09-08 11:13:36 +05:30
build-docker.yml Update actions/checkout action to v5 (#1032) 2025-08-18 08:22:47 +02:00
ci.yaml Update astral-sh/setup-uv action to v6.7.0 (#1183) 2025-09-15 08:50:06 +02:00
daily_property_tests.yml Update actions/github-script action to v8 (#1148) 2025-09-09 14:12:45 +05:30
publish-docs.yml Update actions/setup-python action to v6 (#1149) 2025-09-08 11:13:36 +05:30
publish-pypi.yml Update astral-sh/setup-uv action to v6.7.0 (#1183) 2025-09-15 08:50:06 +02:00
release.yml Update actions/download-artifact digest to abefc31 (#1144) 2025-09-08 05:50:29 +00:00