From b41e82d30cdc1fd7e59685791e8e74661fa342b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:42:31 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.22.8 --- .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 a58caa0..46ac9e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@2b8d4e021f3c5d9b9d4726c038ac367d3ed730b6 # v2.22.7 + uses: taiki-e/install-action@57fbff3bfbe0630412e3b91136e8fac7dcb615ca # v2.22.8 with: tool: cross - run: mkdir dist