Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 2 updates #23

Merged
merged 1 commit into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading