From 2a78aa2bea1244ed1b2da288227b102e3022cfa3 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 03:41:10 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.44.11 --- .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 7725c09..868678d 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@cbe8580ec991a0ff820fd912a2db18ba22dcbe54 # v2.44.10 + uses: taiki-e/install-action@4a3cc43080554f94def0edc47d524206f9e099e2 # v2.44.11 with: tool: cross - run: mkdir dist