Skip to content

Commit b1f4db6

Browse files
chore(deps-ci): bump astral-sh/setup-uv from 5 to 6 in the github-actions group (#13)
1 parent 9af647b commit b1f4db6

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
@@ -50,7 +50,7 @@ jobs:
5050
id: setup-python
5151
with:
5252
python-version: ${{ matrix.python-version }}
53-
- uses: astral-sh/setup-uv@v5
53+
- uses: astral-sh/setup-uv@v6
5454
- run: uv sync --no-python-downloads
5555
shell: bash
5656
- run: uv run pytest

0 commit comments

Comments
 (0)