Skip to content

Commit 8d3a66a

Browse files
authored
Merge branch 'master' into fix_duplicate_map_inputs
2 parents 4c665f7 + 95a633d commit 8d3a66a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-pact-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: "3.11"
2828
- name: install uv
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
3030
with:
3131
version: "0.6.x"
3232
enable-cache: false

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ jobs:
865865
with:
866866
python-version: ${{ matrix.python }}
867867
- name: install uv
868-
uses: astral-sh/setup-uv@v6
868+
uses: astral-sh/setup-uv@v7
869869
with:
870870
version: "0.6.x"
871871
enable-cache: false

.github/workflows/ci-testing-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: "3.11"
4141
- name: install uv
42-
uses: astral-sh/setup-uv@v6
42+
uses: astral-sh/setup-uv@v7
4343
with:
4444
version: "0.6.x"
4545
enable-cache: false

0 commit comments

Comments
 (0)