From 1cc8623bbb978c9bfb7a51e8d3e2615ad5713ab1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:16:39 +0200 Subject: [PATCH] Update xd009642/tarpaulin Docker tag to v0.31.2 (#215) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 67b630a..7c6d0bf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -97,7 +97,7 @@ jobs: if: needs.detect-changes.outputs.any_changed == 'true' container: - image: xd009642/tarpaulin:0.31.1 + image: xd009642/tarpaulin:0.31.2 options: --security-opt seccomp=unconfined steps: