This is an automated email from the ASF dual-hosted git repository.

yihua 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 038edd63 build(deps): bump astral-sh/setup-uv from 8.3.2 to 10.0.1 
(#626)
038edd63 is described below

commit 038edd634516f13c46d5448d52b39e8ecd217dc7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 18:31:57 2026 -0700

    build(deps): bump astral-sh/setup-uv from 8.3.2 to 10.0.1 (#626)
    
    Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 
8.3.2 to 10.0.1.
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - 
[Commits](https://github.com/astral-sh/setup-uv/compare/11f9893b081a58869d3b5fccaea48c9e9e46f990...20cfd1bf945f4377ade1205e4dbc17946fc9a30d)
    
    ---
    updated-dependencies:
    - dependency-name: astral-sh/setup-uv
      dependency-version: 8.2.0
      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 4dd9fda9..7ea60ed8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -200,7 +200,7 @@ jobs:
           save-if: ${{ github.ref == 'refs/heads/main' || github.event_name == 
'pull_request' }}
 
       - name: install uv and set the python version
-        uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 
v8.3.2
+        uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # 
v10.0.1
         with:
           version: "0.7.19"
           python-version: ${{ matrix.python-version }}
diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml
index 68a05aaf..2962090b 100644
--- a/.github/workflows/code.yml
+++ b/.github/workflows/code.yml
@@ -41,7 +41,7 @@ jobs:
           sudo apt-get install -y protobuf-compiler
 
       - name: Install uv
-        uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 
v8.3.2
+        uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # 
v10.0.1
         with:
           version: "0.7.19"
 

Reply via email to