bump rustsec-admin to 0.8.2 in web workflow (#1392)

This commit is contained in:
Sergey "Shnatsel" Davidoff
2022-08-28 13:42:04 +02:00
committed by GitHub
parent c4d6e937dc
commit d998cb999d

View File

@@ -14,10 +14,10 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.8.1
key: rustsec-admin-v0.8.2
- run: |
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
cargo install rustsec-admin --vers 0.8.1
cargo install rustsec-admin --vers 0.8.2
fi
rustsec-admin web .
git config user.name github-actions