diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b3f9e622..99b01f9e 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -49,7 +49,7 @@ jobs: exit 1 fi - name: Install cargo-generate-rpm - uses: taiki-e/install-action@v2.85.4 + uses: taiki-e/install-action@v2.87.1 with: tool: cargo-generate-rpm@0.21 - name: Setup cargo cache diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 4dc843f8..cdc8c4bb 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2 + - uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: git-cliff - id: version diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6350e95c..004ff78f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: # installs via winget below. name: Install zellij (Linux/macOS) if: runner.os != 'Windows' - uses: taiki-e/install-action@v2.85.4 + uses: taiki-e/install-action@v2.87.1 with: tool: zellij@0.44.3 - name: Install zellij (Windows) @@ -83,7 +83,7 @@ jobs: run: rustup toolchain install - &nextest-install name: Install nextest - uses: taiki-e/install-action@v2.85.4 + uses: taiki-e/install-action@v2.87.1 with: tool: nextest@0.9 - &cache @@ -123,7 +123,7 @@ jobs: - *checkout - *toolchain - *nextest-install - - uses: taiki-e/install-action@v2.85.4 + - uses: taiki-e/install-action@v2.87.1 with: tool: cargo-llvm-cov@0.8 - *cache @@ -198,7 +198,7 @@ jobs: steps: - *checkout - *toolchain - - uses: taiki-e/install-action@v2.85.4 + - uses: taiki-e/install-action@v2.87.1 with: tool: cargo-msrv@0.19 - name: MSRV Verify @@ -226,7 +226,7 @@ jobs: # https://rust-fuzz.github.io/book/cargo-fuzz/windows/setup.html). if: runner.os == 'Windows' uses: ilammy/msvc-dev-cmd@v1 - - uses: taiki-e/install-action@v2.85.4 + - uses: taiki-e/install-action@v2.87.1 with: tool: cargo-fuzz@0.13 - name: Run fuzz targets @@ -268,7 +268,7 @@ jobs: - *checkout - *toolchain - *cache - - uses: taiki-e/install-action@v2.85.4 + - uses: taiki-e/install-action@v2.87.1 with: tool: cargo-public-api@0.52 - run: rustup toolchain install nightly-x86_64-unknown-linux-gnu