Skip to content

Commit 4741a20

Browse files
chore(deps): update astral-sh/setup-uv action to v6 (#189)
1 parent f2da14a commit 4741a20

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/python_bump_and_update_changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: ${{ inputs.python_version }}
4242

4343
- name: Set up uv package manager
44-
uses: astral-sh/setup-uv@v5
44+
uses: astral-sh/setup-uv@v6
4545
with:
4646
python-version: ${{ inputs.python_version }}
4747

.github/workflows/python_docs_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: ${{ inputs.python_version }}
3838

3939
- name: Set up uv package manager
40-
uses: astral-sh/setup-uv@v5
40+
uses: astral-sh/setup-uv@v6
4141
with:
4242
python-version: ${{ inputs.python_version }}
4343

.github/workflows/python_integration_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ${{ matrix.python-version }}
4141

4242
- name: Set up uv package manager
43-
uses: astral-sh/setup-uv@v5
43+
uses: astral-sh/setup-uv@v6
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646

@@ -92,7 +92,7 @@ jobs:
9292
python-version: ${{ matrix.python-version }}
9393

9494
- name: Set up uv package manager
95-
uses: astral-sh/setup-uv@v5
95+
uses: astral-sh/setup-uv@v6
9696
with:
9797
python-version: ${{ matrix.python-version }}
9898

.github/workflows/python_lint_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828

2929
- name: Set up uv package manager
30-
uses: astral-sh/setup-uv@v5
30+
uses: astral-sh/setup-uv@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

.github/workflows/python_type_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828

2929
- name: Set up uv package manager
30-
uses: astral-sh/setup-uv@v5
30+
uses: astral-sh/setup-uv@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

.github/workflows/python_unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: ${{ matrix.python-version }}
3636

3737
- name: Set up uv package manager
38-
uses: astral-sh/setup-uv@v5
38+
uses: astral-sh/setup-uv@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

prepare-pypi-distribution/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
python-version: ${{ inputs.python_version }}
3131

3232
- name: Set up uv package manager
33-
uses: astral-sh/setup-uv@v5
33+
uses: astral-sh/setup-uv@v6
3434
with:
3535
python-version: ${{ inputs.python_version }}
3636

0 commit comments

Comments
 (0)