Skip to content

Commit 5eabccd

Browse files
Merge pull request #10 from HendrikBorgelt/dependabot/github_actions/astral-sh/setup-uv-7.2.1
Bump astral-sh/setup-uv from 7.1.6 to 7.2.1
2 parents 0772c60 + d320b2f commit 5eabccd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
# https://github.com/astral-sh/setup-uv
3535
- name: Install uv
36-
uses: astral-sh/setup-uv@v7.1.6
36+
uses: astral-sh/setup-uv@v7.2.1
3737
with:
3838
python-version: 3.13
3939
enable-cache: true

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# https://github.com/astral-sh/setup-uv
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@v7.1.6
35+
uses: astral-sh/setup-uv@v7.2.1
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
enable-cache: true

.github/workflows/test_pages_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# https://github.com/astral-sh/setup-uv
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@v7.1.6
35+
uses: astral-sh/setup-uv@v7.2.1
3636
with:
3737
python-version: 3.13
3838
enable-cache: true

0 commit comments

Comments
 (0)