Skip to content

Commit 9db2c09

Browse files
Bump astral-sh/setup-uv from 6 to 7
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 979ecbc commit 9db2c09

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Install the latest version of uv
34-
uses: astral-sh/setup-uv@v6
34+
uses: astral-sh/setup-uv@v7
3535

3636
- name: Run check for tox env "${{ matrix.tox_env }}"
3737
run: uvx --with tox-uv -- tox -e ${{ matrix.tox_env }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v5
2222

2323
- name: Install the latest version of uv
24-
uses: astral-sh/setup-uv@v6
24+
uses: astral-sh/setup-uv@v7
2525

2626
- name: Install dependencies
2727
run: uv sync --group doc

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Install uv
18-
uses: astral-sh/setup-uv@v6
18+
uses: astral-sh/setup-uv@v7
1919

2020
- name: Build a binary wheel and a source tarball
2121
run: uv build
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install uv if commit is tagged
5353
if: startsWith(github.ref, 'refs/tags')
54-
uses: astral-sh/setup-uv@v6
54+
uses: astral-sh/setup-uv@v7
5555

5656
- name: Publish package to PyPI if commit is tagged
5757
# Publish only tagged commits

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Install the latest version of uv
35-
uses: astral-sh/setup-uv@v6
35+
uses: astral-sh/setup-uv@v7
3636

3737
- name: Install tox
3838
run: uv tool install --python ${{ matrix.python }} --with tox-uv tox
@@ -72,7 +72,7 @@ jobs:
7272
fetch-depth: 0
7373

7474
- name: Install uv
75-
uses: astral-sh/setup-uv@v6
75+
uses: astral-sh/setup-uv@v7
7676

7777
- name: Test transforms CLI tool
7878
run: uv run -- tiotr --help

0 commit comments

Comments
 (0)