From c0005d3f9f18ce8c2f44384ab02fc39ebe4dd13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:09:37 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.44.35 to 2.45.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.35 to 2.45.6. - [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/42f4ec8e42bf7fe4dadd39bfc534566095a8edff...6da51af62171044932d435033daa70a0eb3383ba) --- 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 ce9d2ee..c990f85 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@42f4ec8e42bf7fe4dadd39bfc534566095a8edff + uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba with: tool: cargo-zigbuild - name: Run clippy