From b5d144fa7c0711af4c7b1444b32dfb83a38523f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 05:15:16 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.31.0 (#161) --- .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 3ad2dcb..8c05ee0 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@0d6353d3dc1eac4359c520185c44119bfbd812b5 # v2.29.8 + uses: taiki-e/install-action@6d509c1efb66ffa67c594d3188f3411146d5e5d1 # v2.31.0 with: tool: cross - run: mkdir dist