Skip to content

Commit 35972fa

Browse files
Bump astral-sh/setup-uv from 7.3.1 to 7.6.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.3.1 to 7.6.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.3.1...v7.6.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb4f9fd commit 35972fa

3 files changed

Lines changed: 4 additions & 4 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@v7.6.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@v7.6.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@v7.6.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@v7.6.0
5656
if: github.event_name == 'release'
5757
with:
5858
enable-cache: false

0 commit comments

Comments
 (0)