From c268e82b44b3f231820046ddc99bf647295a9e0d Mon Sep 17 00:00:00 2001 From: "eoeo-renovate[bot]" <173731483+eoeo-renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 05:15:46 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.47.17 --- .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 ff555b8e..935a5e6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: key: ${{ matrix.profile }}-${{ matrix.platform.target }} - name: Install cross if: ${{ matrix.platform.command == 'cross' }} - uses: taiki-e/install-action@f99317473f9d63b9ecbe00e2a013702053085488 # v2.47.16 + uses: taiki-e/install-action@fe065954f63bce19eff44d8f90e0cf0286f22ac3 # v2.47.17 with: tool: cross - run: ${{ matrix.platform.command }} build --locked --bins ${{ matrix.profile == 'release' && '--release' || '' }} --target ${{ matrix.platform.target }}