From 28ffc7ca4fe50621bc6278f53d1b64c7c57cfcfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:11:22 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.27.5 --- .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 5f498e0..1f149f6 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@12af778b97addf4c562c75a0564dc7e7dc5339a5 # v2.27.4 + uses: taiki-e/install-action@875aa7bb88c61a90732e8d159a915df57f27e475 # v2.27.5 with: tool: cross - run: mkdir dist