This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 0eea341 build(deps): bump astral-sh/setup-uv from 5 to 6 (#399)
0eea341 is described below
commit 0eea3411cd374f1b1e1c0f5a5a9597ed39749424
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 16 21:43:53 2025 -0500
build(deps): bump astral-sh/setup-uv from 5 to 6 (#399)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to
6.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v6)
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci.yml | 2 +-
.github/workflows/code.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 886c90b..f8c46bf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v4
- name: install uv and set the python version
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
with:
version: "0.7.19"
python-version: ${{ matrix.python-version }}
diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml
index 590761f..7f91a55 100644
--- a/.github/workflows/code.yml
+++ b/.github/workflows/code.yml
@@ -36,7 +36,7 @@ jobs:
uses: apache/skywalking-eyes/[email protected]
- name: Install uv
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
with:
version: "0.7.19"