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 f869e084 build(deps): bump astral-sh/setup-uv from 8.2.0 to 9.0.0
(#651)
f869e084 is described below
commit f869e084e5b98b282279076df7ee7208ade0aec3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 11:38:43 2026 +0800
build(deps): bump astral-sh/setup-uv from 8.2.0 to 9.0.0 (#651)
---
.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 3113ba80..5e06b0fb 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@fac544c07dec837d0ccb6301d7b5580bf5edae39
+ uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9
with:
version: "0.9.3"
enable-cache: true