Compare commits

..

No commits in common. "34826c625327460c921aff61d8401fb280d79612" and "9796593b244fb25fcb1d09319b6af43b50bff03a" have entirely different histories.

4 changed files with 9 additions and 9 deletions

View File

@ -64,7 +64,7 @@ jobs:
toolchain: ${{ matrix.version }} toolchain: ${{ matrix.version }}
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean - name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.46.4 uses: taiki-e/install-action@v2.45.6
with: with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
@ -121,7 +121,7 @@ jobs:
toolchain: nightly toolchain: nightly
- name: Install cargo-hack & cargo-minimal-versions - name: Install cargo-hack & cargo-minimal-versions
uses: taiki-e/install-action@v2.46.4 uses: taiki-e/install-action@v2.45.6
with: with:
tool: cargo-hack,cargo-minimal-versions tool: cargo-hack,cargo-minimal-versions
@ -138,7 +138,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1.10.1 uses: actions-rust-lang/setup-rust-toolchain@v1.10.1
- name: Install cargo-nextest - name: Install cargo-nextest
uses: taiki-e/install-action@v2.46.4 uses: taiki-e/install-action@v2.45.6
with: with:
tool: cargo-nextest tool: cargo-nextest

View File

@ -73,7 +73,7 @@ jobs:
toolchain: ${{ matrix.version.version }} toolchain: ${{ matrix.version.version }}
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean - name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.46.4 uses: taiki-e/install-action@v2.45.6
with: with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
@ -125,7 +125,7 @@ jobs:
toolchain: nightly toolchain: nightly
- name: Install just - name: Install just
uses: taiki-e/install-action@v2.46.4 uses: taiki-e/install-action@v2.45.6
with: with:
tool: just tool: just

View File

@ -23,7 +23,7 @@ jobs:
components: llvm-tools-preview components: llvm-tools-preview
- name: Install cargo-llvm-cov - name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.46.4 uses: taiki-e/install-action@v2.45.6
with: with:
tool: cargo-llvm-cov tool: cargo-llvm-cov
@ -31,7 +31,7 @@ jobs:
run: cargo llvm-cov --workspace --all-features --codecov --output-path codecov.json run: cargo llvm-cov --workspace --all-features --codecov --output-path codecov.json
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.1.1 uses: codecov/codecov-action@v5.0.7
with: with:
files: codecov.json files: codecov.json
fail_ci_if_error: true fail_ci_if_error: true

View File

@ -56,7 +56,7 @@ jobs:
toolchain: ${{ vars.RUST_VERSION_EXTERNAL_TYPES }} toolchain: ${{ vars.RUST_VERSION_EXTERNAL_TYPES }}
- name: Install just - name: Install just
uses: taiki-e/install-action@v2.46.4 uses: taiki-e/install-action@v2.45.6
with: with:
tool: just tool: just
@ -86,7 +86,7 @@ jobs:
toolchain: ${{ vars.RUST_VERSION_API_DIFF }} toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
- name: Install cargo-public-api - name: Install cargo-public-api
uses: taiki-e/install-action@v2.46.4 uses: taiki-e/install-action@v2.45.6
with: with:
tool: cargo-public-api tool: cargo-public-api