From 31b082b5d9a15e018e7eada690b4e7b1598334b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 04:02:17 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.21.9 --- .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 2c1b3358d..edfcf355d 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@b4f94d444931c93a5a6d9c6bd65a585838d0f765 # v2.21.8 + uses: taiki-e/install-action@7c4edf14345f90e1199544e41cb94c3ef67bd237 # v2.21.9 with: tool: cross - run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}