Skip to content

Commit 07ea999

Browse files
Updating UV versions from 0.5.0 to 0.6.1
1 parent b670ca7 commit 07ea999

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_test_sfdx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up uv
4949
uses: SFDO-Tooling/setup-uv@main
5050
with:
51-
version: "0.5.0"
51+
version: "0.6.1"
5252
enable-cache: true
5353
- name: Install Python dependencies
5454
run: uv sync

.github/workflows/slow_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up uv
3535
uses: SFDO-Tooling/setup-uv@main
3636
with:
37-
version: "0.5.0"
37+
version: "0.6.1"
3838
enable-cache: true
3939
- name: Install dependencies
4040
run: uv sync -p 3.11

0 commit comments

Comments
 (0)