From c8f020ce436a3b60bfc576ec2b5877ca07aaf7c2 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:20:58 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.44.1 (#381) --- .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 6bad7c8..15938fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: key: ${{ matrix.profile }}-${{ matrix.platform.target }} - name: Install cross if: ${{ matrix.platform.command == 'cross' }} - uses: taiki-e/install-action@15fe2d0590252661ba3bdfefcfabeb947f0b757f # v2.43.6 + uses: taiki-e/install-action@ae888b48c8777229768754549e5463ba726cb1b3 # v2.44.1 with: tool: cross - run: mkdir dist