From 60a3a41f0b56f75e52ab8f3c09d5ddf9cc8ec0fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 23:03:17 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.26.10 (#71) --- .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 a4a5b15..1048d8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@f0940d272d95b8f48df48b1fc7ead81b95bca8b6 # v2.26.9 + uses: taiki-e/install-action@af393be830303534bd94d7b3249fb7ed7792e7ad # v2.26.10 with: tool: cross - run: mkdir dist