Skip to content

Commit

Permalink
chore: bump tarpaulin version (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
louib authored Oct 14, 2023
1 parent ee27ac6 commit 799d0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
name: Code Coverage
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:0.24.0
image: xd009642/tarpaulin:0.27.1
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Code Coverage
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:0.24.0
image: xd009642/tarpaulin:0.27.1
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 799d0b9

Please sign in to comment.