Skip to content

Commit

Permalink
Fix coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
UnidenifiedUser committed Jan 3, 2024
1 parent 9c2a491 commit 19e8fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Tarpaulin Test
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:0.25.0-nightly
image: xd009642/tarpaulin:0.27.1-nightly
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
override: true
components: llvm-tools-preview

Expand Down

0 comments on commit 19e8fa9

Please sign in to comment.