We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18afa94 + f4c62fc commit fdcdafdCopy full SHA for fdcdafd
2 files changed
.github/workflows/pr.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install pnpm
46
run: npm install -g pnpm
47
- name: Install uv
48
- uses: astral-sh/setup-uv@v8.1.0
+ uses: astral-sh/setup-uv@v8.2.0
49
- name: get Python location
50
id: python-location
51
run: |
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
97
98
# Pin setup-uv to a specific version; update as needed when upgrading uv or CI tooling
99
100
101
- name: Compute Maven profiles
102
id: compute_profiles
0 commit comments