Skip to content

Commit

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

Bump Swatinem/rust-cache from 2.7.1 to 2.7.3
  • Loading branch information
rouge8 authored Jan 15, 2024
2 parents 4d4894b + 37bb141 commit 92f82fa
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].1
- uses: Swatinem/[email protected].3
- 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].1
- uses: Swatinem/[email protected].3
- uses: actions/[email protected]
- uses: pre-commit/[email protected]

Expand Down

0 comments on commit 92f82fa

Please sign in to comment.