Skip to content

Commit 1f8bca0

Browse files
Bump astral-sh/setup-uv from 6.0.0 to 6.1.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...f0ec1fc) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed5959d commit 1f8bca0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4.2.2
3333

3434
- name: Install uv
35-
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
35+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
3636
with:
3737
# Install a specific version of uv.
3838
version: "0.7.6"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4.2.2
2020

2121
- name: Install uv
22-
uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04
22+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
2323
with:
2424
# Install a specific version of uv.
2525
version: "0.7.6"

.github/workflows/unit_tests.yml

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

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04
43+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
4444
with:
4545
# Install a specific version of uv.
4646
version: "0.7.6"

0 commit comments

Comments
 (0)