Skip to content

Commit 93125c4

Browse files
authored
Merge pull request #66 from statnett/renovate/astral-sh-setup-uv-6.x
chore(deps): update astral-sh/setup-uv action to v6
2 parents 8d9912d + 68bd884 commit 93125c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Install the latest version of uv and set the python version
33-
uses: astral-sh/setup-uv@v5
33+
uses: astral-sh/setup-uv@v6
3434
- name: Build package
3535
run: uv build
3636
- name: Publish package distributions to PyPI
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
fetch-depth: 0
5151
- name: Install the latest version of uv and set the python version
52-
uses: astral-sh/setup-uv@v5
52+
uses: astral-sh/setup-uv@v6
5353
- name: Build docs
5454
run: |
5555
uv sync --group docs

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
with:
1515
fetch-depth: 0
1616
- name: Install the latest version of uv and set the python version
17-
uses: astral-sh/setup-uv@v5
17+
uses: astral-sh/setup-uv@v6
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Run linting
@@ -31,7 +31,7 @@
3131
with:
3232
fetch-depth: 0
3333
- name: Install the latest version of uv and set the python version
34-
uses: astral-sh/setup-uv@v5
34+
uses: astral-sh/setup-uv@v6
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Test with python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)