Skip to content

Commit fdcdafd

Browse files
authored
Merge branch 'main' into dependabot/maven/com.fasterxml.jackson.core-jackson-annotations-2.22
2 parents 18afa94 + f4c62fc commit fdcdafd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install pnpm
4646
run: npm install -g pnpm
4747
- name: Install uv
48-
uses: astral-sh/setup-uv@v8.1.0
48+
uses: astral-sh/setup-uv@v8.2.0
4949
- name: get Python location
5050
id: python-location
5151
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Install uv
9898
# Pin setup-uv to a specific version; update as needed when upgrading uv or CI tooling
99-
uses: astral-sh/setup-uv@v8.1.0
99+
uses: astral-sh/setup-uv@v8.2.0
100100

101101
- name: Compute Maven profiles
102102
id: compute_profiles

0 commit comments

Comments
 (0)