From 7d54e8284e63554d7709de2d3ca9a3cbe86467f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:42:37 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.27.12 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65a91da..08d8b81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@5f9cf6b4fec4df2ca3194dba6eec1749e2f29d18 # v2.27.11 + uses: taiki-e/install-action@1d776b18af134fca43744080130085d256938196 # v2.27.12 with: tool: cross - run: mkdir dist