From 0e07535738684cb62f3c514e178d78eb42a8e55a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:52:05 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.26.12 (#76) --- .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 9669389..d6e23db 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@cf31de7dc95ad7ec45538338f1baf0cebc7da5d9 # v2.26.11 + uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # v2.26.12 with: tool: cross - run: mkdir dist