Skip to content

Commit

Permalink
Merge pull request #1236 from rouge8/dependabot/github_actions/Swatin…
Browse files Browse the repository at this point in the history
…em/rust-cache-2.7.7

Bump Swatinem/rust-cache from 2.7.5 to 2.7.7
  • Loading branch information
rouge8 authored Jan 13, 2025
2 parents 93d7632 + 4de3671 commit cc239b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
- name: Run tests
run: cargo llvm-cov nextest --no-fail-fast --html --color=always
- name: Upload HTML coverage report
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
- uses: actions/[email protected]
- uses: pre-commit/[email protected]

Expand Down

0 comments on commit cc239b3

Please sign in to comment.