Skip to content

Commit 3e373d5

Browse files
Merge pull request #52 from nfdi4cat/dependabot/github_actions/astral-sh/setup-uv-8.1.0
Bump astral-sh/setup-uv from 8.0.0 to 8.1.0
2 parents a0285ae + f30d506 commit 3e373d5

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
@@ -40,7 +40,7 @@ jobs:
4040
4141
# https://github.com/astral-sh/setup-uv
4242
- name: Install uv
43-
uses: astral-sh/setup-uv@v8.0.0
43+
uses: astral-sh/setup-uv@v8.1.0
4444
with:
4545
python-version: 3.13
4646
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@v8.0.0
35+
uses: astral-sh/setup-uv@v8.1.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@v8.0.0
35+
uses: astral-sh/setup-uv@v8.1.0
3636
with:
3737
python-version: 3.13
3838
enable-cache: true

0 commit comments

Comments
 (0)