Skip to content

Commit

Permalink
CI: bump rustsec-admin to v0.3.0-pre3 (#440)
Browse files Browse the repository at this point in the history
Trying to fix an `assign-id` bug
  • Loading branch information
tarcieri authored Oct 25, 2020
1 parent 6544190 commit acc73d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assign-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.3.0-pre2
key: rustsec-admin-v0.3.0-pre3

- name: Install rustsec-admin
run: |
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
cargo install rustsec-admin --vers 0.3.0-pre2
cargo install rustsec-admin --vers 0.3.0-pre3
fi
- name: Assign IDs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.3.0-pre2
key: rustsec-admin-v0.3.0-pre3

- name: Install rustsec-admin
run: |
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
cargo install rustsec-admin --vers 0.3.0-pre2
cargo install rustsec-admin --vers 0.3.0-pre3
fi
- name: Lint advisories
Expand Down

0 comments on commit acc73d9

Please sign in to comment.