From be6db0f3a1b624dbd6fa7bb1fdeff5dd8b6fd260 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:32:13 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.42.28 (#345) --- .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 a5217bd..0ff6f4e 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@0593da407881e996340c22f60617ba9d95f2b995 # v2.42.27 + uses: taiki-e/install-action@e96513f64c39eb6ebc73e13b6e8470317202483a # v2.42.28 with: tool: cross - run: mkdir dist