Skip to content

Commit 67beb1d

Browse files
chore(deps): update astral-sh/setup-uv action to v5.4 (#938)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) | action | minor | `v5.3` -> `v5.4` | --- ### Release Notes <details> <summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary> ### [`v5.4`](https://redirect.github.com/astral-sh/setup-uv/compare/v5.3...v5.4) [Compare Source](https://redirect.github.com/astral-sh/setup-uv/compare/v5.3...v5.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC). 🚦 **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/codegen-sh/codegen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01870e3 commit 67beb1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: "composite"
1010
steps:
1111
- name: Install UV
12-
uses: astral-sh/setup-uv@v5.3
12+
uses: astral-sh/setup-uv@v5.4
1313
id: setup-uv
1414
with:
1515
enable-cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
repository: ${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}
5656

5757
- name: Install UV
58-
uses: astral-sh/setup-uv@v5.3
58+
uses: astral-sh/setup-uv@v5.4
5959
id: setup-uv
6060
with:
6161
enable-cache: false

0 commit comments

Comments
 (0)