From 81bfcda4d465865a2367252138cab357837213d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 06:39:29 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.26.4 --- .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 175f3ac..12143b6 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@3ef81fdf44e68836ae08a36eb1a107173e17cb67 # v2.26.2 + uses: taiki-e/install-action@9f9bf5e8df111848fb25b8a97a361d8963025899 # v2.26.4 with: tool: cross - run: mkdir dist