From 791b33064c206953bab7e6fa81e4e143f151f45c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 03:32:03 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.23.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 d493926a..16fa3cd3 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@56ab7930c591507f833cbaed864d201386d518a8 # v2.23.7 + uses: taiki-e/install-action@115b656342518960cf3dbf5c01f62b684985ca11 # v2.23.8 with: tool: cross - run: mkdir dist