Skip to content

Commit 0ec6d5d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
allow-prereleases: true
51-
- uses: astral-sh/setup-uv@v6
51+
- uses: astral-sh/setup-uv@v7
5252
- run: uv pip install --system tox tox-uv
5353
shell: bash
5454
- run: tox -f py$(echo ${{ matrix.python-version }} | tr -d .)

0 commit comments

Comments
 (0)