Skip to content

Commit 820c7a7

Browse files
Update .github/workflows/release.yml
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Ruben Romero Montes <discolo@gmail.com>
1 parent d439d98 commit 820c7a7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
run: npm install -g pnpm
9696

9797
- name: Install uv
98-
uses: astral-sh/setup-uv@v6
98+
# Pin setup-uv to a specific version; update as needed when upgrading uv or CI tooling
99+
uses: astral-sh/setup-uv@v6.0.0
99100

100101
- name: Compute Maven profiles
101102
id: compute_profiles

0 commit comments

Comments
 (0)