Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#23)
Browse files Browse the repository at this point in the history
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](cargo-bins/cargo-binstall@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](clearlyip/code-coverage-report-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 9dc4a16 commit d8468dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install cargo-binstall
uses: cargo-bins/[email protected].4
uses: cargo-bins/[email protected].7

- name: Build
run: cargo build --release
Expand All @@ -61,7 +61,7 @@ jobs:
cache-all-crates: true

- name: Install cargo-binstall
uses: cargo-bins/[email protected].4
uses: cargo-bins/[email protected].7

- name: Install cargo-llvm-cov
run: cargo binstall --no-confirm --force cargo-llvm-cov
Expand Down Expand Up @@ -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"
with:
artifact_download_workflow_names: "CI"
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
cache-all-crates: true

- name: Install cargo-binstall
uses: cargo-bins/[email protected].4
uses: cargo-bins/[email protected].7

- name: Format check
run: cargo fmt --check --all
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
./main
- name: Install cargo-binstall
uses: cargo-bins/[email protected].4
uses: cargo-bins/[email protected].7

- name: Performance analysis on PR
run: cargo bench --workspace -- --output-format bencher | tee benchmarks.txt
Expand Down

0 comments on commit d8468dd

Please sign in to comment.