From bebaf5f3b6b00cae2e4e48c6e5914989ae213941 Mon Sep 17 00:00:00 2001 From: "eoeo-renovate[bot]" <173731483+eoeo-renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:00:43 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.45.5 (#506) Co-authored-by: eoeo-renovate[bot] <173731483+eoeo-renovate[bot]@users.noreply.github.com> --- .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 a227b362..0bf50d3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: key: ${{ matrix.profile }}-${{ matrix.platform.target }} - name: Install cross if: ${{ matrix.platform.command == 'cross' }} - uses: taiki-e/install-action@32cafa544d95997bc99ee83f9e90727b66e1ff6a # v2.45.0 + uses: taiki-e/install-action@33e32f55072c61d57aa7ddee0fc8e94f46298976 # v2.45.5 with: tool: cross - run: ${{ matrix.platform.command }} build --locked ${{ matrix.profile == 'release' && '--release' || '' }} --target ${{ matrix.platform.target }}