From 2eb7c5254aeebfd165863640f9c840aa206d23dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:50:34 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.42.34 to 2.43.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.34 to 2.43.1. - [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/f172798ba087526822a4f43dd08714d08a45aa37...da8fe73ed87107a1cae164305a928b7c8fcff4bc) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 836862d..dd00328 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -132,7 +132,7 @@ jobs: with: version: 0.9.0 - name: Install cargo-zigbuild - uses: taiki-e/install-action@f172798ba087526822a4f43dd08714d08a45aa37 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc with: tool: cargo-zigbuild - name: Run clippy