Skip to content

Commit 9590dce

Browse files
chore(deps): update astral-sh/setup-uv action to v5.3 (#603)
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.2` -> `v5.3` | --- ### Release Notes <details> <summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary> ### [`v5.3`](https://redirect.github.com/astral-sh/setup-uv/compare/v5.2...v5.3) [Compare Source](https://redirect.github.com/astral-sh/setup-uv/compare/v5.2...v5.3) </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-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 512d175 commit 9590dce

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.2
12+
uses: astral-sh/setup-uv@v5.3
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
@@ -54,7 +54,7 @@ jobs:
5454
ref: ${{ inputs.release-tag || github.event.pull_request.head.ref || github.ref }}
5555

5656
- name: Install UV
57-
uses: astral-sh/setup-uv@v5.2
57+
uses: astral-sh/setup-uv@v5.3
5858
id: setup-uv
5959
with:
6060
enable-cache: false

0 commit comments

Comments
 (0)