Skip to content

Commit bc1f928

Browse files
Bump astral-sh/setup-uv from 7.3.1 to 8.1.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.3.1 to 8.1.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.3.1...v8.1.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8724cd7 commit bc1f928

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 1
3535

3636
- name: Install the latest version of uv and set the python version
37-
uses: astral-sh/setup-uv@v7.3.1
37+
uses: astral-sh/setup-uv@v8.1.0
3838
with:
3939
enable-cache: true
4040
python-version: ${{ matrix.python }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 1
2222

23-
- uses: astral-sh/setup-uv@v7.3.1
23+
- uses: astral-sh/setup-uv@v8.1.0
2424

2525
- name: Ruff lint
2626
run: uv run ruff check --exit-zero .

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 1
2121

2222
- name: Install the latest version of uv and set the python version
23-
uses: astral-sh/setup-uv@v7.3.1
23+
uses: astral-sh/setup-uv@v8.1.0
2424
with:
2525
python-version: "3.12"
2626

@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353
steps:
5454
- name: Install the latest version of uv and set the python version
55-
uses: astral-sh/setup-uv@v7.3.1
55+
uses: astral-sh/setup-uv@v8.1.0
5656
if: github.event_name == 'release'
5757
with:
5858
enable-cache: false

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 1
2222

2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v7.3.1
24+
uses: astral-sh/setup-uv@v8.1.0
2525
with:
2626
enable-cache: true
2727

0 commit comments

Comments
 (0)