From a705c2af64fcfa7f1e347ae01d1dbb5e5a64f8bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:37:35 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.28.9 (#137) --- .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 61d0c7b..a5e07f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@02cfd03d1cf41bc7649243db13c881aebae7f644 # v2.28.8 + uses: taiki-e/install-action@9f5856e1817301800a62ce692855087c7b0e8c35 # v2.28.9 with: tool: cross - run: mkdir dist