Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit b886391

Browse files
chore(ci): bump astral-sh/setup-uv from 4 to 5 (#110)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv 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 8947f56 commit b886391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: java --version
3838

3939
- name: Install Uv
40-
uses: astral-sh/setup-uv@v4
40+
uses: astral-sh/setup-uv@v5
4141

4242
- name: "Set up Python"
4343
uses: actions/setup-python@v5

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: "3.12"
4444

4545
- name: Install uv
46-
uses: astral-sh/setup-uv@v4
46+
uses: astral-sh/setup-uv@v5
4747

4848
- name: publish-candidate
4949
if: contains(github.ref, '-rc.')

0 commit comments

Comments
 (0)