4040 - run : rustup override set $RUST_VERSION
4141 shell : bash
4242 - name : Cache rust cargo artifacts
43- uses : swatinem/rust-cache@v2
43+ uses : swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
4444 - name : Run rustfmt
4545 run : cargo fmt --all -- --check
4646 - name : Run clippy
5959 with :
6060 show-progress : false
6161 persist-credentials : false
62- - uses : EmbarkStudios/cargo-deny-action@v2
62+ - uses : EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918
6363 with :
6464 arguments : --all-features --workspace
6565 command : check
9191 show-progress : false
9292 persist-credentials : false
9393 - name : Cache rust cargo artifacts
94- uses : swatinem/rust-cache@v2
94+ uses : swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
9595 - name : Rustdoc
9696 run : cargo doc --document-private-items --no-deps
9797
@@ -134,10 +134,10 @@ jobs:
134134 shell : bash
135135
136136 - name : Cache rust cargo artifacts
137- uses : swatinem/rust-cache@v2
137+ uses : swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
138138
139139 - name : Install nextest
140- uses : taiki-e/install-action@v2
140+ uses : taiki-e/install-action@69e777b377e4ec209ddad9426ae3e0c1008b0ef3
141141 with :
142142 tool : nextest
143143
@@ -168,7 +168,7 @@ jobs:
168168 persist-credentials : false
169169
170170 - name : Cache rust cargo artifacts
171- uses : swatinem/rust-cache@v2
171+ uses : swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
172172
173173 - name : Build C library
174174 run : cargo build -p deltachat_ffi
@@ -194,7 +194,7 @@ jobs:
194194 persist-credentials : false
195195
196196 - name : Cache rust cargo artifacts
197- uses : swatinem/rust-cache@v2
197+ uses : swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
198198
199199 - name : Build deltachat-rpc-server
200200 run : cargo build -p deltachat-rpc-server
0 commit comments