From 186bd245c09881c0ca58adcf4086fd9ca1bf5ce9 Mon Sep 17 00:00:00 2001 From: "eoeo-renovate[bot]" <173731483+eoeo-renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 09:15:50 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.47.18 --- .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..15136cc9 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@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18 with: tool: cross - run: ${{ matrix.platform.command }} build --locked --bins ${{ matrix.profile == 'release' && '--release' || '' }} --target ${{ matrix.platform.target }}