From 0364edabb036f1fbe00ea2a96c8eb5e91e28ee73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:18:16 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.27.8 (#110) --- .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 a5b6c37..c1c9a09 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@b43e73780d84f503bcc6d397de5c414bc9beb369 # v2.27.7 + uses: taiki-e/install-action@ffdab026038b43b56c3c9540cdadb98181c6155c # v2.27.8 with: tool: cross - run: mkdir dist