diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 81b3a53..749e1d2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -5,7 +5,7 @@ jobs: coverage: runs-on: ubuntu-latest container: - image: xd009642/tarpaulin:0.29.2 + image: xd009642/tarpaulin:0.28.0 options: --security-opt seccomp=unconfined steps: - name: Checkout repository