mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-23 03:39:01 +01:00
bump rustsec-admin in publish-web workflow (#1335)
Required for the changes from https://github.com/rustsec/rustsec/pull/633 to propagate
This commit is contained in:
committed by
GitHub
parent
c5864c24b5
commit
a8ebada593
4
.github/workflows/publish-web.yml
vendored
4
.github/workflows/publish-web.yml
vendored
@@ -14,10 +14,10 @@ jobs:
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-v0.7.0
|
||||
key: rustsec-admin-v0.8.1
|
||||
- run: |
|
||||
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
|
||||
cargo install rustsec-admin --vers 0.7.0
|
||||
cargo install rustsec-admin --vers 0.8.1
|
||||
fi
|
||||
rustsec-admin web .
|
||||
git config user.name github-actions
|
||||
|
||||
Reference in New Issue
Block a user