We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338b717 commit 0e540e4Copy full SHA for 0e540e4
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Rust Cache
49
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
50
51
- - uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
+ - uses: taiki-e/install-action@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69 # v2.67.25
52
with:
53
tool: nextest,cargo-llvm-cov
54
@@ -111,7 +111,7 @@ jobs:
111
sed "s|^version.*=.*$|version = '${GITHUB_REF_NAME#v}'|" -i Cargo.toml
112
113
- name: Build wheel with maturin
114
- uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
+ uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
115
116
command: build
117
args: --release --out dist
0 commit comments