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

hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 45fac4441 ci(python): bump setup-uv to ASF-allowlisted v8.3.2 (#3653)
45fac4441 is described below

commit 45fac44411b782140e9b9ef65eb9d615b8710d63
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Sun Jul 12 01:16:22 2026 +0200

    ci(python): bump setup-uv to ASF-allowlisted v8.3.2 (#3653)
---
 .github/actions/python-maturin/post-merge/action.yml | 2 +-
 .github/actions/python-maturin/pre-merge/action.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/python-maturin/post-merge/action.yml 
b/.github/actions/python-maturin/post-merge/action.yml
index 4e3fce1be..46526127c 100644
--- a/.github/actions/python-maturin/post-merge/action.yml
+++ b/.github/actions/python-maturin/post-merge/action.yml
@@ -153,7 +153,7 @@ runs:
 
     - name: Install uv
       if: inputs.dry_run == 'false'
-      uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # 
v8.0.0
+      uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 
v8.3.2
 
     - name: Publish to PyPI
       if: inputs.dry_run == 'false'
diff --git a/.github/actions/python-maturin/pre-merge/action.yml 
b/.github/actions/python-maturin/pre-merge/action.yml
index 3e426c5fb..81d3bd50b 100644
--- a/.github/actions/python-maturin/pre-merge/action.yml
+++ b/.github/actions/python-maturin/pre-merge/action.yml
@@ -41,7 +41,7 @@ runs:
         tool: cargo-llvm-cov
 
     - name: Install uv
-      uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # 
v8.0.0
+      uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 
v8.3.2
 
     - name: Cache uv
       uses: actions/cache@v5

Reply via email to