Skip to content

Commit 7a567d5

Browse files
Merge pull request #26 from nfdi4cat/dependabot/github_actions/astral-sh/setup-uv-8.0.0
Bump astral-sh/setup-uv from 7.3.1 to 8.0.0
2 parents 5f3af32 + e885ea8 commit 7a567d5

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.3.1
36+
uses: astral-sh/setup-uv@v8.0.0
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.3.1
35+
uses: astral-sh/setup-uv@v8.0.0
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.3.1
35+
uses: astral-sh/setup-uv@v8.0.0
3636
with:
3737
python-version: 3.13
3838
enable-cache: true

0 commit comments

Comments
 (0)