From e99f90310dff8cb3614a1208ff7ebbb2d5d73812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 19:18:02 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.48.6 to 2.50.10 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.48.6 to 2.50.10. - [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/5bc300ae6202155e070ca83afb334e8aac18c49c...83254c543806f3224380bf1001d6fac8feaf2d0b) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.50.10 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 36d9cdd..7ec5e0a 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@5bc300ae6202155e070ca83afb334e8aac18c49c + uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b with: tool: cargo-zigbuild - name: Run clippy