This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new ac5b63d6 chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1
(#779)
ac5b63d6 is described below
commit ac5b63d62f73883aca83aba64da4229eefcc8bbd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 15:03:42 2026 +0800
chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1 (#779)
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a1a2ff4d..50104ded 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -270,7 +270,7 @@ jobs:
- name: Install uv
if: matrix.needs_uv == true
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9
+ uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d
with:
version: "0.9.3"
enable-cache: true