Skip to content

Commit 25fde42

Browse files
ci: bump astral-sh/setup-uv from 5 to 7 (#151)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf44939 commit 25fde42

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }}
158158

159159
- name: Install uv
160-
uses: astral-sh/setup-uv@v5
160+
uses: astral-sh/setup-uv@v7
161161

162162
- name: Get next version from release drafter
163163
id: get-version

.github/workflows/pre-release-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
ref: ${{ steps.resolve-ref.outputs.ref || inputs.ref }}
117117

118118
- name: Install uv
119-
uses: astral-sh/setup-uv@v5
119+
uses: astral-sh/setup-uv@v7
120120

121121
# ── Set version and build ───────────────────────────────────────
122122
- name: Set pre-release version

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ref: ${{ github.event.release.tag_name }}
2727

2828
- name: Install uv
29-
uses: astral-sh/setup-uv@v5
29+
uses: astral-sh/setup-uv@v7
3030

3131
- name: Build package
3232
run: uv run poe build

0 commit comments

Comments
 (0)