Skip to content

Commit 45fac44

Browse files
authored
ci(python): bump setup-uv to ASF-allowlisted v8.3.2 (#3653)
1 parent 8e12709 commit 45fac44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/python-maturin/post-merge/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ runs:
153153

154154
- name: Install uv
155155
if: inputs.dry_run == 'false'
156-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
156+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
157157

158158
- name: Publish to PyPI
159159
if: inputs.dry_run == 'false'

.github/actions/python-maturin/pre-merge/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
tool: cargo-llvm-cov
4242

4343
- name: Install uv
44-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
44+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
4545

4646
- name: Cache uv
4747
uses: actions/cache@v5

0 commit comments

Comments
 (0)