From cf397d2e88930925548662997ca393a2a75f5de6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:37:18 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.26.15 (#82) --- .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 2deb70c..834b75d 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@51cabaaea7795aee4a6a0dfda8c25784a80dc848 # v2.26.14 + uses: taiki-e/install-action@67c42c4d66eddc64a41016dca14af1f94818cb83 # v2.26.15 with: tool: cross - run: mkdir dist