diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a29e57d..306d494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: toolchain: ${{ matrix.toolchain.version }} - name: Install just, cargo-nextest - uses: taiki-e/install-action@v2.52.4 + uses: taiki-e/install-action@v2.55.3 with: tool: just,cargo-nextest diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e6fd5f1..412dc29 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,7 +23,7 @@ jobs: components: llvm-tools-preview - name: Install just, cargo-llvm-cov - uses: taiki-e/install-action@v2.52.4 + uses: taiki-e/install-action@v2.55.3 with: tool: just,cargo-llvm-cov diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 07a2d6d..0755e01 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: components: clippy - name: Install just, cargo-hack - uses: taiki-e/install-action@v2.52.4 + uses: taiki-e/install-action@v2.55.3 with: tool: just,cargo-hack @@ -80,7 +80,7 @@ jobs: toolchain: ${{ vars.RUST_VERSION_API_DIFF }} - name: Install cargo-public-api - uses: taiki-e/install-action@v2.52.4 + uses: taiki-e/install-action@v2.55.3 with: tool: cargo-public-api