chore(ci): Use taiki-e/install-action if possible (#9157)

This commit is contained in:
Donny/강동윤 2024-07-06 10:18:03 +09:00 committed by GitHub
parent b0f233f0a2
commit b80a4d8aad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,11 +68,9 @@ jobs:
with: with:
profile: minimal profile: minimal
- name: Install cargo-deny - uses: taiki-e/install-action@v2
uses: baptiste0928/cargo-install@v2
with: with:
crate: cargo-deny tool: cargo-deny@0.14.15
version: "0.14.15"
- name: Check licenses - name: Check licenses
run: | run: |
@ -684,13 +682,10 @@ jobs:
run: | run: |
./scripts/github/test-concurrent.sh ${{ matrix.settings.crate }} ./scripts/github/test-concurrent.sh ${{ matrix.settings.crate }}
- name: Install cargo-hack - uses: taiki-e/install-action@v2
uses: baptiste0928/cargo-install@v2
if: matrix.settings.os == 'ubuntu-latest' if: matrix.settings.os == 'ubuntu-latest'
with: with:
crate: cargo-hack tool: cargo-hack@0.5.29
version: "0.5.29"
locked: true
- name: Check compilation - name: Check compilation
run: | run: |