Skip to content

Commit c24982e

Browse files
authored
Merge pull request #68 from dfurtado/dependabot/github_actions/astral-sh/setup-uv-7
Bump astral-sh/setup-uv from 5 to 7
2 parents a2d652a + b76273c commit c24982e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/checkout@v6
2929
- name: Install uv and set the python version ${{ matrix.python-version }}
30-
uses: astral-sh/setup-uv@v5
30+
uses: astral-sh/setup-uv@v7
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
- name: Install the project

0 commit comments

Comments
 (0)