Skip to content

Commit 8b0b81f

Browse files
authored
Merge pull request #3 from nfdi-de/dependabot/github_actions/astral-sh/setup-uv-7.1.1
Bump astral-sh/setup-uv from 6.4.3 to 7.1.1
2 parents 6cfe486 + f52aacf commit 8b0b81f

4 files changed

Lines changed: 4 additions & 4 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@v6.4.3
36+
uses: astral-sh/setup-uv@v7.1.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@v6.4.3
35+
uses: astral-sh/setup-uv@v7.1.1
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
enable-cache: true

.github/workflows/pypi-publish.yaml

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

3535
# https://github.com/astral-sh/setup-uv
3636
- name: Install uv
37-
uses: astral-sh/setup-uv@v6.4.3
37+
uses: astral-sh/setup-uv@v7.1.1
3838
with:
3939
python-version: 3.13
4040
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@v6.4.3
35+
uses: astral-sh/setup-uv@v7.1.1
3636
with:
3737
python-version: 3.13
3838
enable-cache: true

0 commit comments

Comments
 (0)