2626 env :
2727 RUSTUP_TOOLCHAIN : 1.75.0
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
30+ with :
31+ show-progress : false
3032 - name : Install rustfmt and clippy
3133 run : rustup toolchain install $RUSTUP_TOOLCHAIN --profile minimal --component rustfmt --component clippy
3234 - name : Cache rust cargo artifacts
4244 name : cargo deny
4345 runs-on : ubuntu-latest
4446 steps :
45- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
48+ with :
49+ show-progress : false
4650 - uses : EmbarkStudios/cargo-deny-action@v1
4751 with :
4852 arguments : --all-features --workspace
5357 name : Check provider database
5458 runs-on : ubuntu-latest
5559 steps :
56- - uses : actions/checkout@v3
60+ - uses : actions/checkout@v4
61+ with :
62+ show-progress : false
5763 - name : Check provider database
5864 run : scripts/update-provider-database.sh
5965
6369 env :
6470 RUSTDOCFLAGS : -Dwarnings
6571 steps :
66- - name : Checkout sources
67- uses : actions/checkout@v3
72+ - uses : actions/checkout@v4
73+ with :
74+ show-progress : false
6875 - name : Cache rust cargo artifacts
6976 uses : swatinem/rust-cache@v2
7077 - name : Rustdoc
8794 rust : 1.70.0
8895 runs-on : ${{ matrix.os }}
8996 steps :
90- - uses : actions/checkout@v3
97+ - uses : actions/checkout@v4
98+ with :
99+ show-progress : false
91100
92101 - name : Install Rust ${{ matrix.rust }}
93102 run : rustup toolchain install --profile minimal ${{ matrix.rust }}
@@ -111,7 +120,9 @@ jobs:
111120 os : [ubuntu-latest, macos-latest]
112121 runs-on : ${{ matrix.os }}
113122 steps :
114- - uses : actions/checkout@v3
123+ - uses : actions/checkout@v4
124+ with :
125+ show-progress : false
115126
116127 - name : Cache rust cargo artifacts
117128 uses : swatinem/rust-cache@v2
@@ -133,7 +144,9 @@ jobs:
133144 os : [ubuntu-latest, macos-latest, windows-latest]
134145 runs-on : ${{ matrix.os }}
135146 steps :
136- - uses : actions/checkout@v3
147+ - uses : actions/checkout@v4
148+ with :
149+ show-progress : false
137150
138151 - name : Cache rust cargo artifacts
139152 uses : swatinem/rust-cache@v2
@@ -152,8 +165,9 @@ jobs:
152165 name : Python lint
153166 runs-on : ubuntu-latest
154167 steps :
155- - name : Checkout sources
156- uses : actions/checkout@v3
168+ - uses : actions/checkout@v4
169+ with :
170+ show-progress : false
157171
158172 - name : Install tox
159173 run : pip install tox
@@ -193,7 +207,9 @@ jobs:
193207
194208 runs-on : ${{ matrix.os }}
195209 steps :
196- - uses : actions/checkout@v3
210+ - uses : actions/checkout@v4
211+ with :
212+ show-progress : false
197213
198214 - name : Download libdeltachat.a
199215 uses : actions/download-artifact@v4
@@ -243,7 +259,9 @@ jobs:
243259
244260 runs-on : ${{ matrix.os }}
245261 steps :
246- - uses : actions/checkout@v3
262+ - uses : actions/checkout@v4
263+ with :
264+ show-progress : false
247265
248266 - name : Install python
249267 uses : actions/setup-python@v4
0 commit comments