From 94ef3ec32292d4fb3ec5da25f185a51eac6c4a1c Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 02:11:12 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.44.4 --- .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 d76fe6a..a7add8e 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@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62 # v2.44.3 + uses: taiki-e/install-action@60af41b562f5ae1b016044abdc6124a44635cce2 # v2.44.4 with: tool: cross - run: mkdir dist