From c75959fd929d173e0589f0207942d6b63cbab9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:12:40 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.46.4 to 2.46.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.46.4 to 2.46.11. - [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/acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36...ed8c79bccf0b1cb1544a358f81684d3acaa5133f) --- 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 712863f..ef6cb5a 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@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 + uses: taiki-e/install-action@ed8c79bccf0b1cb1544a358f81684d3acaa5133f with: tool: cargo-zigbuild - name: Run clippy