From 8209eb71dc6c1b41ec3e292a246b35e2e43f5e5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:26:33 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.21.20 --- .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 2fd72a0f8..8ff9d3bce 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@b61491983a082ef851796e8c4feac004b49da5be # v2.21.19 + uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 # v2.21.20 with: tool: cross - run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}