ty/.github
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
..
ISSUE_TEMPLATE Issue template: link to frequently encountered problems (#446) 2025-05-19 14:13:19 +02:00
workflows Update astral-sh/setup-uv action to v6.7.0 (#1183) 2025-09-15 08:50:06 +02:00
actionlint.yaml Add basic CI job (#69) 2025-05-07 16:32:58 +02:00
PULL_REQUEST_TEMPLATE.md Add PR template (#68) 2025-05-07 14:36:02 +00:00
renovate.json5 Add renovate configuration (#30) 2025-05-05 11:20:18 -05:00