From 2ba57ead41f34d23c4df3a6adfbf4b4a1b942be6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:49:57 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.23.3 --- .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..3381669 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@a9ad291c84ac90f1efe474097e3563d80d7c1cdf # v2.23.3 with: tool: cross - run: mkdir dist