From 59accc7f1e74a909792d6f3499ea25a4f34d1d5e Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:55:47 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.42.30 (#348) --- .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 9e02c6f..ac99bbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@c28440593e2689ec0c3803c7468907b0c00bff63 # v2.42.29 + uses: taiki-e/install-action@2a0c34a72bc17e0b29360eeca72bf17eb129c01f # v2.42.30 with: tool: cross - run: mkdir dist