Skip to content

Commit 6eee325

Browse files
Bump astral-sh/setup-uv from 7.3.1 to 8.1.0 (#73)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa7cdad commit 6eee325

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
ref: ${{ github.head_ref }}
2222

23-
- uses: astral-sh/setup-uv@v7.3.1
23+
- uses: astral-sh/setup-uv@v8.1.0
2424
with:
2525
enable-cache: true
2626
python-version: 3.13

.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.13"
2626

@@ -57,7 +57,7 @@ jobs:
5757
id-token: write
5858
steps:
5959
- name: Install the latest version of uv and set the python version
60-
uses: astral-sh/setup-uv@v7.3.1
60+
uses: astral-sh/setup-uv@v8.1.0
6161
if: github.event_name == 'release'
6262
with:
6363
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
ref: ${{ github.head_ref }}
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
python-version: 3.13

0 commit comments

Comments
 (0)