From 1bb3e3f15a0e54bc23483c1f9d198510f9f0e025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 09:06:31 +0000 Subject: [PATCH] build(deps): bump actions-rs/tarpaulin from 0.1 to 0.1.3 Bumps [actions-rs/tarpaulin](https://github.com/actions-rs/tarpaulin) from 0.1 to 0.1.3. - [Release notes](https://github.com/actions-rs/tarpaulin/releases) - [Commits](https://github.com/actions-rs/tarpaulin/compare/v0.1...v0.1.3) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab8a7cf52b4..a92a7fee3cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: toolchain: stable override: true - name: Run cargo-tarpaulin - uses: actions-rs/tarpaulin@v0.1 + uses: actions-rs/tarpaulin@v0.1.3 with: version: 'latest' timeout: 600