Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Cleanup CI #7787

Merged
merged 17 commits into from
Aug 9, 2023
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
git config --global user.email 'bot@swc.rs'

- name: Install cargo-crev
uses: baptiste0928/cargo-install@v1.1.0
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-crev
version: "=0.23.5"
version: "=0.24.3"
locked: true

- name: Configure cargo-crev
Expand All @@ -105,7 +105,7 @@ jobs:
profile: minimal

- name: Install cargo-deny
uses: baptiste0928/cargo-install@v1.1.0
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-deny
version: "0.11.3"
Expand Down Expand Up @@ -688,7 +688,7 @@ jobs:
cargo test -p swc --features concurrent

- name: Install cargo-hack
uses: baptiste0928/cargo-install@v1.1.0
uses: baptiste0928/cargo-install@v2
if: matrix.settings.os == 'ubuntu-latest' && matrix.settings.check
with:
crate: cargo-hack
Expand Down
Loading