Skip to content

Commit

Permalink
chore(deps): update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent bda3965 commit e02076c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
with:
tool: cargo-deny@0.16.1, cargo-udeps@0.1.50, cargo-hack@0.6.31
tool: cargo-deny@0.16.1, cargo-udeps@0.1.50, cargo-hack@0.6.32
- name: Install Rust linters
run: rustup component add clippy rustfmt
- name: Run checks
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
with:
tool: cargo-hack@0.6.31
tool: cargo-hack@0.6.32
- name: Run tests
run: cargo hack --feature-powerset test --locked
coverage:
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
with:
tool: cargo-llvm-cov@0.6.13, cargo-hack@0.6.31
tool: cargo-llvm-cov@0.6.14, cargo-hack@0.6.32
- name: Create directories
run: mkdir -p target/llvm-cov/lcov
- name: Generate code coverage
Expand Down

0 comments on commit e02076c

Please sign in to comment.