From deed4557cdc63eb005b9c56e15276a35935db8d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 04:20:45 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.27.4 --- .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 15fd821..5f498e0 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@6943331e01261cdff7420bbc2508cb463574e404 # v2.27.2 + uses: taiki-e/install-action@12af778b97addf4c562c75a0564dc7e7dc5339a5 # v2.27.4 with: tool: cross - run: mkdir dist