We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e12709 commit 45fac44Copy full SHA for 45fac44
2 files changed
.github/actions/python-maturin/post-merge/action.yml
@@ -153,7 +153,7 @@ runs:
153
154
- name: Install uv
155
if: inputs.dry_run == 'false'
156
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
+ uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
157
158
- name: Publish to PyPI
159
.github/actions/python-maturin/pre-merge/action.yml
@@ -41,7 +41,7 @@ runs:
41
tool: cargo-llvm-cov
42
43
44
45
46
- name: Cache uv
47
uses: actions/cache@v5
0 commit comments