From 9cfc14ec504d4652f7763efaee8b88ecf3c6aaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:00:21 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.33.20 to 2.33.29 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.33.20 to 2.33.29. - [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/0eaa33a7adfb219fec683c2480a4eb8c79bfeff1...7491b900536dd0dae2e47ce7c17f140e46328dc4) --- 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 2780f4a4..57a2dac9 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@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20 + - uses: taiki-e/install-action@7491b900536dd0dae2e47ce7c17f140e46328dc4 # v2.33.29 with: tool: cargo-llvm-cov@0.5.32 - - uses: taiki-e/install-action@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20 + - uses: taiki-e/install-action@7491b900536dd0dae2e47ce7c17f140e46328dc4 # v2.33.29 with: tool: cargo-careful@0.4.0 @@ -106,7 +106,7 @@ jobs: - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - - uses: taiki-e/install-action@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20 + - uses: taiki-e/install-action@7491b900536dd0dae2e47ce7c17f140e46328dc4 # v2.33.29 with: tool: cargo-careful@0.4.0 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 8a453a21..e7e50c2d 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@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20 + - uses: taiki-e/install-action@7491b900536dd0dae2e47ce7c17f140e46328dc4 # v2.33.29 with: tool: cocogitto@5.5.0 diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index 15668a5a..f712a8c9 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@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20 + - uses: taiki-e/install-action@7491b900536dd0dae2e47ce7c17f140e46328dc4 # v2.33.29 with: tool: cargo-deny@0.14.19