From de773edc8586b7221e3f93736dba26e2090436de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:07:43 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.20.0 --- .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 28a5ea598..25d9b5496 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@ebb475ef6e41abb770588020cd8c6ca3503cb868 # v2.19.4 + uses: taiki-e/install-action@1c0627575f22314174574ac9c993e9233d952f76 # v2.20.0 with: tool: cross - run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}