Skip to content

Commit 5d0faac

Browse files
chore(deps): update astral-sh/setup-uv action to v6 (#20)
1 parent 4656e3f commit 5d0faac

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
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/setup-python@v5
4848
with:
4949
python-version: ${{ matrix.python-version }}
50-
- uses: astral-sh/setup-uv@v5
50+
- uses: astral-sh/setup-uv@v6
5151
- run: uv pip install --system tox tox-uv
5252
shell: bash
5353
- run: tox -f py$(echo ${{ matrix.python-version }} | tr -d .)

0 commit comments

Comments
 (0)