From c12ef853b751ce654500e65004dcdae55dd643f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:35:04 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.20.3 --- .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 74902e0fa..01e4ee593 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@e659bf85ee986e37e35cc1c53bfeebe044d8133e # v2.20.2 + uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # v2.20.3 with: tool: cross - run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}