From 3a3a7655b5cff856752f7da8f65af6bafbde7899 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:11:31 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.45.12 --- .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 8e469f5..87af256 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: key: ${{ matrix.profile }}-${{ matrix.platform.target }} - name: Install cross if: ${{ matrix.platform.command == 'cross' }} - uses: taiki-e/install-action@2f8caf5818c62a4fc4bb5c84c46d3e66e2ef9ca1 # v2.45.9 + uses: taiki-e/install-action@251c392daa3fc8c666b048b31fbfcc135957f8d4 # v2.45.12 with: tool: cross - run: mkdir dist