Skip to content

Commit a622742

Browse files
authored
Merge pull request #201 from agimus-project/dependabot/github_actions/astral-sh/setup-uv-5
Bump astral-sh/setup-uv from 4 to 5
2 parents 6d4fc7c + af53c1f commit a622742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uv-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: data
3030

3131
- name: Install uv
32-
uses: astral-sh/setup-uv@v4
32+
uses: astral-sh/setup-uv@v5
3333

3434
- name: Set up Python ${{ matrix.python-version }}
3535
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)