From ad50a048b552585e42e63e320c7b690d8d8fd26e Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Sat, 14 Aug 2021 21:19:24 -0400 Subject: [PATCH] lib GH action: update grcov and track latest --- .github/workflows/lib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index 80fe59b..868a27b 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -27,7 +27,7 @@ jobs: - uses: actions-rs/install@v0.1 with: crate: grcov - version: 0.8.0 + version: latest use-tool-cache: true - uses: actions/cache@v2 with: