Skip to content

Commit c33b9ed

Browse files
chore(deps): update astral-sh/setup-uv action to v7 (#348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3781a02 commit c33b9ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919

2020
- name: Install uv and set the python version
21-
uses: astral-sh/setup-uv@v6
21+
uses: astral-sh/setup-uv@v7
2222
with:
2323
enable-cache: true
2424
python-version: "3.13"

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v5
4242

4343
- name: Install uv and set the python version
44-
uses: astral-sh/setup-uv@v6
44+
uses: astral-sh/setup-uv@v7
4545
with:
4646
enable-cache: true
4747
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)