From 6ead1fe6057ba49fb35354f2d97266d6cee3010e Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:47:16 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.44.9 --- .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 65930c0..4d58284 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@9f6abfd69f96f90a7b19dfc77c689c9678cbf978 # v2.44.8 + uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694 # v2.44.9 with: tool: cross - run: mkdir dist