From 747c6375e74a6015d712894f85decca233c86d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 15:36:20 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.33.32 to 2.33.35 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.33.32 to 2.33.35. - [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/70765aab52363540b67c4a147df9a035d6d24f78...51b8ba088c63d8750c618764ff2030742da0ec19) --- 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 61aabf51..896cc224 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,11 +59,11 @@ jobs: - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - - uses: taiki-e/install-action@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32 + - uses: taiki-e/install-action@51b8ba088c63d8750c618764ff2030742da0ec19 # v2.33.35 with: tool: cargo-llvm-cov@0.5.32 - - uses: taiki-e/install-action@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32 + - uses: taiki-e/install-action@51b8ba088c63d8750c618764ff2030742da0ec19 # v2.33.35 with: tool: cargo-careful@0.4.2 @@ -106,7 +106,7 @@ jobs: - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - - uses: taiki-e/install-action@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32 + - uses: taiki-e/install-action@51b8ba088c63d8750c618764ff2030742da0ec19 # v2.33.35 with: tool: cargo-careful@0.4.2 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 182576e9..038d0ed6 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@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32 + - uses: taiki-e/install-action@51b8ba088c63d8750c618764ff2030742da0ec19 # v2.33.35 with: tool: cocogitto@5.5.0 diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index 8dd005b4..0ef31410 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -37,7 +37,7 @@ jobs: - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - - uses: taiki-e/install-action@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32 + - uses: taiki-e/install-action@51b8ba088c63d8750c618764ff2030742da0ec19 # v2.33.35 with: tool: cargo-deny@0.14.19