From 214ba0466b27700a0ff67cccf67e6252436cc696 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Wed, 7 May 2025 08:36:55 +0200 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v6 (#334) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | action | major | `v5` -> `v6` | --- ### Release Notes
astral-sh/setup-uv (astral-sh/setup-uv) ### [`v6`](https://github.com/astral-sh/setup-uv/compare/v5...v6) [Compare Source](https://github.com/astral-sh/setup-uv/compare/v5...v6)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/334 Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 7a6b9e8..c9eea9f 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -53,7 +53,7 @@ jobs: # with: # python-version: "3.13" - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 with: enable-cache: true cache-dependency-glob: "uv.lock"