Skip to content

Commit 01195fb

Browse files
Merge pull request #23 from metabrainz/dependabot/github_actions/astral-sh/setup-uv-7
2 parents 14f004f + 3ad90e5 commit 01195fb

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
@@ -28,7 +28,7 @@ jobs:
2828
path: metabrainz.docker
2929

3030
- name: Install uv
31-
uses: astral-sh/setup-uv@v6
31+
uses: astral-sh/setup-uv@v7
3232
with:
3333
version: "0.6.4"
3434

@@ -82,7 +82,7 @@ jobs:
8282
echo "REQS_HASH=$(sha256sum requirements.txt | awk '{ print $1 }')" >> "$GITHUB_ENV"
8383
8484
- name: Install uv and set Python version
85-
uses: astral-sh/setup-uv@v6
85+
uses: astral-sh/setup-uv@v7
8686
with:
8787
version: "0.6.4"
8888
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)