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

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


The following commit(s) were added to refs/heads/main by this push:
     new 16fbbfd47b Bump astral-sh/setup-uv from 7.1.6 to 7.3.1 (#3676)
16fbbfd47b is described below

commit 16fbbfd47b059cdd74fe579eca2db6f673cf9ca2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 12:47:00 2026 +0200

    Bump astral-sh/setup-uv from 7.1.6 to 7.3.1 (#3676)
    
    * Bump astral-sh/setup-uv from 7.1.6 to 7.3.1
    
    Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 
7.1.6 to 7.3.1.
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - 
[Commits](https://github.com/astral-sh/setup-uv/compare/681c641aba71e4a1c380be3ab5e12ad51f415867...5a095e7a2014a4212f075830d4f7277575a9d098)
    
    ---
    updated-dependencies:
    - dependency-name: astral-sh/setup-uv
      dependency-version: 7.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Add a comment with the exact version
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Martin Grigorov <[email protected]>
---
 .github/workflows/deploy-docs.yml    | 2 +-
 .github/workflows/test-lang-java.yml | 2 +-
 .github/workflows/test-lang-js.yml   | 2 +-
 .github/workflows/test-lang-py.yml   | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 8bfe07ad10..0b39a50eba 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -182,7 +182,7 @@ jobs:
           python-version: 3.11
 
       - name: Setup uv
-        uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+        uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 
7.3.1
 
       - name: Build docs
         working-directory: lang/py
diff --git a/.github/workflows/test-lang-java.yml 
b/.github/workflows/test-lang-java.yml
index 0672955456..993b4165d2 100644
--- a/.github/workflows/test-lang-java.yml
+++ b/.github/workflows/test-lang-java.yml
@@ -126,7 +126,7 @@ jobs:
           python-version: "3.12"
 
       - name: Setup uv
-        uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+        uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 
7.3.1
 
       - name: "Apt Install Compression Libs Required by Python"
         run: |
diff --git a/.github/workflows/test-lang-js.yml 
b/.github/workflows/test-lang-js.yml
index 0033a203b5..cbdec51c13 100644
--- a/.github/workflows/test-lang-js.yml
+++ b/.github/workflows/test-lang-js.yml
@@ -101,7 +101,7 @@ jobs:
                                                             libzstd-dev
 
       - name: Setup uv
-        uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+        uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 
7.3.1
 
       - name: Install Dependencies
         working-directory: lang/py
diff --git a/.github/workflows/test-lang-py.yml 
b/.github/workflows/test-lang-py.yml
index 897aa69a52..4ff1bbe7c2 100644
--- a/.github/workflows/test-lang-py.yml
+++ b/.github/workflows/test-lang-py.yml
@@ -59,7 +59,7 @@ jobs:
           python-version: ${{ matrix.python }}
 
       - name: Setup uv
-        uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+        uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 
7.3.1
 
       - name: Apt Install Compression Libs
         run: |
@@ -105,7 +105,7 @@ jobs:
           python-version: ${{ matrix.python }}
 
       - name: Setup uv
-        uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+        uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 
7.3.1
 
       - name: Apt Install Compression Libs
         run: |

Reply via email to