Skip to content

Commit 417d35c

Browse files
build(deps): update github actions (main) (major) (canonical#2062)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) | action | major | `v4` -> `v5` | | [ubuntu](https://redirect.github.com/actions/runner-images) | github-runner | major | `22.04` -> `24.04` | --- ### Release Notes <details> <summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary> ### [`v5`](https://redirect.github.com/astral-sh/setup-uv/compare/v4...v5) [Compare Source](https://redirect.github.com/astral-sh/setup-uv/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/canonical/charmcraft). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Lowe <[email protected]>
1 parent af377cd commit 417d35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
fetch-depth: 0
106106
- name: Set up uv with caching
107107
id: setup-uv
108-
uses: astral-sh/setup-uv@v4
108+
uses: astral-sh/setup-uv@v5
109109
with:
110110
enable-cache: true
111111
- name: Install dependencies
@@ -191,7 +191,7 @@ jobs:
191191
uses: actions/checkout@v4
192192
- name: Set up uv with caching
193193
id: setup-uv
194-
uses: astral-sh/setup-uv@v4
194+
uses: astral-sh/setup-uv@v5
195195
with:
196196
enable-cache: true
197197
- name: Set up Python

0 commit comments

Comments
 (0)