diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 725f00d4..ff555b8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: key: ${{ matrix.profile }}-${{ matrix.platform.target }} - name: Install cross if: ${{ matrix.platform.command == 'cross' }} - uses: taiki-e/install-action@d125c0a83576d3c0c86ac610c708b38d3565af4e # v2.47.15 + uses: taiki-e/install-action@f99317473f9d63b9ecbe00e2a013702053085488 # v2.47.16 with: tool: cross - run: ${{ matrix.platform.command }} build --locked --bins ${{ matrix.profile == 'release' && '--release' || '' }} --target ${{ matrix.platform.target }}