chore(ci): Fix crev action (#7272)

This commit is contained in:
Donny/강동윤 2023-04-15 07:53:43 +09:00 committed by GitHub
parent 5629e6b529
commit 578960d321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,17 +70,20 @@ jobs:
rm -rf tests
ls -al
- name: Install cargo-crev
uses: baptiste0928/cargo-install@v1.1.0
with:
crate: cargo-crev
version: "0.23.1"
- name: Configure cargo-crev
- name: Configure git
run: |
git config --global user.name 'SWC bot'
git config --global user.email 'bot@swc.rs'
- name: Install cargo-crev
uses: baptiste0928/cargo-install@v1.1.0
with:
crate: cargo-crev
version: "=0.23.5"
locked: true
- name: Configure cargo-crev
run: |
cargo crev trust --level high https://github.com/kdy1/crev-proofs
cargo crev repo fetch all