From 902b91d76e1b1ec5636d21c229918495188aede8 Mon Sep 17 00:00:00 2001 From: "eoeo-renovate[bot]" <173731483+eoeo-renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 02:37:38 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.47.0 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index af664e0..2ce0969 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -67,7 +67,7 @@ jobs: key: ${{ matrix.platform.target }} - name: Install cross if: ${{ matrix.platform.command == 'cross' }} - uses: taiki-e/install-action@ee156309c71766f307a6490f46affa6444739a51 # v2.44.46 + uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2.47.0 with: tool: cross - run: ${{ matrix.platform.command }} build --locked --release --target ${{ matrix.platform.target }}