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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 5affc9e87 chore(deps): bump astral-sh/setup-uv from 5 to 6 (#6241)
5affc9e87 is described below

commit 5affc9e876ab092e7821b1baf7dee2ee57c0d39f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 25 14:15:54 2025 +0800

    chore(deps): bump astral-sh/setup-uv from 5 to 6 (#6241)
    
    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/docs.yml                         | 2 +-
 .github/workflows/test_behavior_binding_python.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 8bfb9d918..45c88b188 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -149,7 +149,7 @@ jobs:
         uses: ./.github/actions/setup
 
       - name: Setup uv
-        uses: astral-sh/setup-uv@v5
+        uses: astral-sh/setup-uv@v6
         with:
           enable-cache: true
 
diff --git a/.github/workflows/test_behavior_binding_python.yml 
b/.github/workflows/test_behavior_binding_python.yml
index 6173d3c96..482db7c25 100644
--- a/.github/workflows/test_behavior_binding_python.yml
+++ b/.github/workflows/test_behavior_binding_python.yml
@@ -56,7 +56,7 @@ jobs:
           connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
 
       - name: Setup uv
-        uses: astral-sh/setup-uv@v5
+        uses: astral-sh/setup-uv@v6
         with:
           enable-cache: true
       - name: Build with maturin

Reply via email to