From e8de1ea05f35f55b422772efc204c6b470089181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 14:43:05 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 1.10.4 to 1.11.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 1.10.4 to 1.11.1. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/c25592b07d616c972800a503273078609d8484c2...74efbe3ca41988b1c402800fbd3a72c98c9d8eaa) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 e4a1cc06..c8affc9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: profile: minimal components: clippy, llvm-tools-preview, rustfmt, rust-docs - name: install cargo-llvm-cov - uses: taiki-e/install-action@c25592b07d616c972800a503273078609d8484c2 + uses: taiki-e/install-action@74efbe3ca41988b1c402800fbd3a72c98c9d8eaa with: tool: cargo-llvm-cov - name: cargo build