chore: bump install-action to v2

This commit is contained in:
Arne Beer 2023-01-05 17:39:17 +01:00
parent 6b6efd233e
commit 8d8e6ef199
No known key found for this signature in database
GPG Key ID: CC9408F679023B65
2 changed files with 4 additions and 2 deletions

View File

@ -59,7 +59,7 @@ jobs:
${{ runner.os }}-cargo-${{ matrix.target }}-
- name: Install cargo-llvm-cov and nextest
uses: taiki-e/install-action@v1
uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov,nextest

View File

@ -75,7 +75,9 @@ jobs:
target: ${{ matrix.target }}
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@v2
with:
tool: nextest
- uses: actions/cache@v3
with: