From f50593ca206da572178de90ca287eb27a066cceb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:02:49 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.27.14 --- .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 84ec591..5740dfd 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@45dfafe7696c1865602c71c94d46a16a45f8e88b # v2.27.13 + uses: taiki-e/install-action@c3453a3b96a8730af52c961214a44b6b99dd0724 # v2.27.14 with: tool: cross - run: mkdir dist