diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74902e0fa..01e4ee593 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@e659bf85ee986e37e35cc1c53bfeebe044d8133e # v2.20.2 + uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # v2.20.3 with: tool: cross - run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}