From a594a67d50dc421f3485573429a70be31d33e069 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 08:12:29 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.29.3 (#154) --- .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 4197aca..9a779eb 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@48b4f3243fefe54d1847b4637d48dce558b5989c # v2.29.2 + uses: taiki-e/install-action@1162624e2666bcfb0762a5f83cab42968050d4ba # v2.29.3 with: tool: cross - run: mkdir dist