Skip to content

Commit fa2f082

Browse files
dependabot[bot]rittik9
authored andcommitted
build(deps): 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 fcc03c8 commit fa2f082

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v5
5050

5151
- name: Install uv and set Python version
52-
uses: astral-sh/setup-uv@v6
52+
uses: astral-sh/setup-uv@v7
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
# TODO: Avoid activating environment like this

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v5
7878

7979
- name: Install uv and set Python version
80-
uses: astral-sh/setup-uv@v6
80+
uses: astral-sh/setup-uv@v7
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383
# TODO: Avoid activating environment like this

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v5
4141

4242
- name: Install uv and set Python version
43-
uses: astral-sh/setup-uv@v6
43+
uses: astral-sh/setup-uv@v7
4444
with:
4545
python-version: "3.10"
4646
# TODO: Avoid activating environment like this

0 commit comments

Comments
 (0)