From 5436387c50b2a99df4d89278e8ee547b9b0b49c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:46:27 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.27.14 (#119) --- .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