Skip to content

Commit 84c9628

Browse files
committed
Bump astral-sh/setup-uv
1 parent fc5409c commit 84c9628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: set up uv
19-
uses: astral-sh/setup-uv@v5
19+
uses: astral-sh/setup-uv@v6
2020
with:
2121
python-version: '3.12'
2222

@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050

5151
- name: set up uv
52-
uses: astral-sh/setup-uv@v5
52+
uses: astral-sh/setup-uv@v6
5353
with:
5454
python-version: ${{ matrix.python }}
5555

0 commit comments

Comments
 (0)