From d8be24502ef0958c72296e2ffe127c7679c69fa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 08:03:10 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.23.7 (#30) --- .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 3381669..d493926 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@a9ad291c84ac90f1efe474097e3563d80d7c1cdf # v2.23.3 + uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8 # v2.23.7 with: tool: cross - run: mkdir dist