From ef8f06c2d87e3b7c7b6f9b06dbd73a3003ca5dad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 02:01:21 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.23.2 --- .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 53f4fc4..3a2d84c 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@2a505d476c2be89444ffaf18cd840761320cc917 # v2.23.1 + uses: taiki-e/install-action@b59252d3011a820248187cab9d45aecbbf97e3b8 # v2.23.2 with: tool: cross - run: mkdir dist