diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 557a07b..6e394b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: toolchain: ${{ matrix.toolchain.version }} - name: Install just, cargo-nextest - uses: taiki-e/install-action@v2.33.12 + uses: taiki-e/install-action@v2.33.33 with: tool: just,cargo-nextest diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5ed8e45..e496afd 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.33.12 + uses: taiki-e/install-action@v2.33.33 with: tool: just,cargo-llvm-cov diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 657d56b..845c79f 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.33.22 + uses: taiki-e/install-action@v2.33.33 with: tool: just,cargo-hack @@ -80,7 +80,7 @@ jobs: toolchain: nightly-2023-08-25 - name: Install cargo-public-api - uses: taiki-e/install-action@v2.33.22 + uses: taiki-e/install-action@v2.33.33 with: tool: cargo-public-api