From dd8abc43d93046aa1adc5013527fde0c8ada4b1d Mon Sep 17 00:00:00 2001 From: "eoeo-renovate[bot]" <173731483+eoeo-renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:24:13 +0900 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.44.43 (#476) Co-authored-by: eoeo-renovate[bot] <173731483+eoeo-renovate[bot]@users.noreply.github.com> --- .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 91a30e5f..98cf6c94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: key: ${{ matrix.profile }}-${{ matrix.platform.target }} - name: Install cross if: ${{ matrix.platform.command == 'cross' }} - uses: taiki-e/install-action@d981a0b18f547466e6b058fafcfc3522c6ee3dee # v2.44.39 + uses: taiki-e/install-action@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2.44.43 with: tool: cross - run: ${{ matrix.platform.command }} build --locked ${{ matrix.profile == 'release' && '--release' || '' }} --target ${{ matrix.platform.target }}