Skip to content

Commit 040b9be

Browse files
Bump astral-sh/setup-uv from 5 to 6 (#100)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab7f6cb commit 040b9be

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: 3.11
2222
- run: sudo apt update && sudo apt install -y optipng
23-
- uses: astral-sh/setup-uv@v5
23+
- uses: astral-sh/setup-uv@v6
2424
- run: uv pip install --quiet --system .[doc]
2525
- run: template sys-info --developer
2626
- run: make -C doc html

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.11
16-
- uses: astral-sh/setup-uv@v5
16+
- uses: astral-sh/setup-uv@v6
1717
- run: uv pip install --quiet --system -e .[build,stubs]
1818
- run: template sys-info --developer
1919
- run: python tools/stubgen.py

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
33-
- uses: astral-sh/setup-uv@v5
33+
- uses: astral-sh/setup-uv@v6
3434
- run: uv pip install --quiet --system .[test]
3535
- run: template sys-info --developer
3636
- run: pytest template --cov=template --cov-report=xml --cov-config=pyproject.toml
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/setup-python@v5
5858
with:
5959
python-version: ${{ matrix.python-version }}
60-
- uses: astral-sh/setup-uv@v5
60+
- uses: astral-sh/setup-uv@v6
6161
- name: Install package
6262
run: |
6363
uv pip install --quiet --system .[test]

.github/workflows/stubs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.11
22-
- uses: astral-sh/setup-uv@v5
22+
- uses: astral-sh/setup-uv@v6
2323
- run: uv pip install --quiet --system -e .[stubs]
2424
- run: template sys-info --developer
2525
- run: python tools/stubgen.py

0 commit comments

Comments
 (0)