From 764cf04ad7ab6c1242a9a5d22d582827c8871fbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:22:14 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.26.8 --- .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 96c1ccb..1ec0bb0 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@bee85d7ea77c01f7a403c22ac2c802b431b093df # v2.26.7 + uses: taiki-e/install-action@7dcb31b8033f96afe112f0df83dcb01f9969d23b # v2.26.8 with: tool: cross - run: mkdir dist