Skip to content

Commit bbf4e94

Browse files
authored
Merge pull request #7 from bug-ops/dependabot/github_actions/astral-sh/setup-uv-7
chore(deps): bump astral-sh/setup-uv from 4 to 7
2 parents d304dc9 + 1ec14a2 commit bbf4e94

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
@@ -191,7 +191,7 @@ jobs:
191191
python-version: ${{ matrix.python }}
192192

193193
- name: Install uv
194-
uses: astral-sh/setup-uv@v4
194+
uses: astral-sh/setup-uv@v7
195195

196196
- name: Install maturin and pytest
197197
run: uv pip install --system maturin pytest
@@ -331,7 +331,7 @@ jobs:
331331
python-version: '3.12'
332332

333333
- name: Install uv
334-
uses: astral-sh/setup-uv@v4
334+
uses: astral-sh/setup-uv@v7
335335

336336
- name: Install dependencies
337337
run: uv pip install --system maturin pytest pytest-cov

0 commit comments

Comments
 (0)