From 32dcc89a8952ef1c1e9fe488fbbf589183415e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:50:45 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.20.17 to 2.21.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.20.17 to 2.21.7. - [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/0e17f1a03533b48d71f4c916c50cf16ab2f3cd33...11dea51b35bc2bfa42820716c6cabb14fd4c3266) --- 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/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 7e73a6d8..cb47a86c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,11 +59,11 @@ jobs: - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 - - uses: taiki-e/install-action@0e17f1a03533b48d71f4c916c50cf16ab2f3cd33 # v2.20.17 + - uses: taiki-e/install-action@11dea51b35bc2bfa42820716c6cabb14fd4c3266 # v2.21.7 with: tool: cargo-llvm-cov@0.5.32 - - uses: taiki-e/install-action@0e17f1a03533b48d71f4c916c50cf16ab2f3cd33 # v2.20.17 + - uses: taiki-e/install-action@11dea51b35bc2bfa42820716c6cabb14fd4c3266 # v2.21.7 with: tool: cargo-careful@0.4.0 @@ -106,7 +106,7 @@ jobs: - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 - - uses: taiki-e/install-action@0e17f1a03533b48d71f4c916c50cf16ab2f3cd33 # v2.20.17 + - uses: taiki-e/install-action@11dea51b35bc2bfa42820716c6cabb14fd4c3266 # v2.21.7 with: tool: cargo-careful@0.4.0 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 5addf6f1..9a5926c8 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@0e17f1a03533b48d71f4c916c50cf16ab2f3cd33 # v2.20.17 + - uses: taiki-e/install-action@11dea51b35bc2bfa42820716c6cabb14fd4c3266 # v2.21.7 with: tool: cocogitto@5.5.0 diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index 50cf93c1..29adf138 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -37,7 +37,7 @@ jobs: - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 - - uses: taiki-e/install-action@0e17f1a03533b48d71f4c916c50cf16ab2f3cd33 # v2.20.17 + - uses: taiki-e/install-action@11dea51b35bc2bfa42820716c6cabb14fd4c3266 # v2.21.7 with: tool: cargo-deny@0.14.3