From dd5cc342a67ba4c471c368bf018d3f0044505bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:31:32 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.44.7 to 2.44.54 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.7 to 2.44.54. - [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/7348990d6a11d92f3e482c9b1bb48cf31ab7f658...cdcde4a098d13082a19261107797a3fe973bb83a) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fb27cb2..794e305 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -134,7 +134,7 @@ jobs: with: version: 0.9.0 - name: Install cargo-zigbuild - uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 + uses: taiki-e/install-action@cdcde4a098d13082a19261107797a3fe973bb83a with: tool: cargo-zigbuild - name: Run clippy