From 1530f45c832ae2b1edae8f325414f6e61c78af37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:05:57 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.21.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 503b05cba..069fc22af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@285bd10d1ce81bd96d8e0c372615e57cf204e95a # v2.21.3 + uses: taiki-e/install-action@42a8da0cf1f38704549dec6f740b68a438eefe81 # v2.21.4 with: tool: cross - run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}