From 641c53ad2c9f6dd05059357f6f80f16ae15ead2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 07:48:17 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.19.2 to 2.19.4 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.19.2 to 2.19.4. - [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/57aaba576a0253b74662df51e62715622f02127b...ebb475ef6e41abb770588020cd8c6ca3503cb868) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/deny.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cae7e53e..aa9fb9b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,11 +59,11 @@ jobs: - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 - - uses: taiki-e/install-action@57aaba576a0253b74662df51e62715622f02127b # v2.19.2 + - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 # v2.19.4 with: tool: cargo-llvm-cov@0.5.32 - - uses: taiki-e/install-action@57aaba576a0253b74662df51e62715622f02127b # v2.19.2 + - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 # v2.19.4 with: tool: cargo-careful@0.4.0 @@ -106,7 +106,7 @@ jobs: - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 - - uses: taiki-e/install-action@57aaba576a0253b74662df51e62715622f02127b # v2.19.2 + - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 # v2.19.4 with: tool: cargo-careful@0.4.0 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index e7b937c1..37483b94 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -22,7 +22,7 @@ jobs: # pick the pr HEAD instead of the merge commit ref: ${{ github.event.pull_request.head.sha }} - - uses: taiki-e/install-action@57aaba576a0253b74662df51e62715622f02127b # v2.19.2 + - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 # v2.19.4 with: tool: cocogitto@5.5.0 diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index 1a5a33b0..d646c10c 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -37,7 +37,7 @@ jobs: - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 - - uses: taiki-e/install-action@57aaba576a0253b74662df51e62715622f02127b # v2.19.2 + - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 # v2.19.4 with: tool: cargo-deny@0.14.3