From 94c4ddd36602c27f0ba4dcb64ead093fdbd38aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 02:49:37 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) and [clearlyip/code-coverage-report-action](https://github.com/clearlyip/code-coverage-report-action). Updates `cargo-bins/cargo-binstall` from 1.6.4 to 1.6.7 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1) - [Commits](https://github.com/cargo-bins/cargo-binstall/compare/v1.6.4...v1.6.7) Updates `clearlyip/code-coverage-report-action` from 4 to 5 - [Release notes](https://github.com/clearlyip/code-coverage-report-action/releases) - [Commits](https://github.com/clearlyip/code-coverage-report-action/compare/v4...v5) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: clearlyip/code-coverage-report-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41e243dc..c674ebaf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@v1.6.4 + uses: cargo-bins/cargo-binstall@v1.6.7 - name: Build run: cargo build --release @@ -61,7 +61,7 @@ jobs: cache-all-crates: true - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@v1.6.4 + uses: cargo-bins/cargo-binstall@v1.6.7 - name: Install cargo-llvm-cov run: cargo binstall --no-confirm --force cargo-llvm-cov @@ -100,7 +100,7 @@ jobs: path: test-results-*.xml - name: "Generate code coverage report" - uses: clearlyip/code-coverage-report-action@v4 + uses: clearlyip/code-coverage-report-action@v5 id: "code_coverage_report" if: ${{ github.actor != 'dependabot[bot]' }} with: @@ -138,7 +138,7 @@ jobs: cache-all-crates: true - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@v1.6.4 + uses: cargo-bins/cargo-binstall@v1.6.7 - name: Format check run: cargo fmt --check --all @@ -184,7 +184,7 @@ jobs: ./main - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@v1.6.4 + uses: cargo-bins/cargo-binstall@v1.6.7 - name: Performance analysis on PR run: cargo bench --workspace -- --output-format bencher | tee benchmarks.txt